From 07967992cc96140ba7c0fac9c4431ec516798332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Oct 2019 22:42:42 +0200 Subject: [PATCH] zam-plugins: use lv2-turtle-helper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/zam-plugins/zam-plugins_git.bb | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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 }