diff --git a/recipes-musicians/zam-plugins/zam-plugins_git.bb b/recipes-musicians/zam-plugins/zam-plugins_git.bb index ef05d42..1722253 100644 --- a/recipes-musicians/zam-plugins/zam-plugins_git.bb +++ b/recipes-musicians/zam-plugins/zam-plugins_git.bb @@ -16,7 +16,7 @@ DEPENDS += " \ zita-convolver \ " -inherit pkgconfig lv2-postinst-helper distro_features_check pack_audio_plugins +inherit pkgconfig lv2-turtle-helper distro_features_check pack_audio_plugins REQUIRED_DISTRO_FEATURE = "x11" @@ -32,18 +32,6 @@ EXTRA_OEMAKE += " \ SKIP_STRIPPING=true \ " -do_configure_prepend() { - # reconfigure? - if [ ! -f ${LV2-TURTLE-BUILD-DATA} ] ; then - # We cannot run lv2-ttl-generator in cross environment so - # manipulate generate-ttl.sh to save lib info in ${LV2-TURTLE-BUILD-DATA} - sed -i 's|"$GEN" "./$FILE"|echo "dummy-first-col `realpath "./$FILE"`" >> ${LV2-TURTLE-BUILD-DATA}|g' ${S}/dpf/utils/generate-ttl.sh - else - rm -f ${LV2-TURTLE-BUILD-DATA} - fi -} - - do_install() { ${MAKE} DESTDIR=${D} PREFIX= LIBDIR=${libdir} BINDIR=${bindir} install }