From 1549cd7bb85acbc5621f2fa6f168ce60912c580a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 28 Jul 2021 23:53:45 +0200 Subject: [PATCH] distrho-ports: remove distrho-ports-extra specific hacks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/distrho/distrho-ports.bb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/recipes-musicians/distrho/distrho-ports.bb b/recipes-musicians/distrho/distrho-ports.bb index fc9ea5c..b4ebb7d 100644 --- a/recipes-musicians/distrho/distrho-ports.bb +++ b/recipes-musicians/distrho/distrho-ports.bb @@ -71,14 +71,6 @@ do_install() { for file in `find ${WORKDIR}/linuxsynths-vex-patches -mindepth 1 -maxdepth 1` ; do cp -rf $file ${D}${libdir}/lv2/ done - - # install ttl-generator bindir for distrho-ports-extra - install -d ${D}/${bindir}/scripts - install -m 755 ${S}/libs/lv2_ttl_generator ${D}/${bindir} - rm ${S}/libs/lv2_ttl_generator - cp -r ${WORKDIR}/scripts ${D}/${bindir}/ - cp -r ${S}/libs ${D}/${libdir}/ - mv ${D}/${libdir}/libs/*.a ${D}/${libdir} } # ttl-generator bindir for distrho-ports-extra SYSROOT_DIRS_append = " ${bindir}" @@ -95,9 +87,6 @@ FILES_${PN}-ttl-generator += " \ ${bindir}/scripts \ ${libdir}/libs \ " -# ${PN}-ttl-generator is intented for build of distrho-ports-extra and -# definitely nothing to be installed on target -INSANE_SKIP_${PN}-ttl-generator = "file-rdeps" # Have not found what causes stripping - debugging of plugins is unlikely INSANE_SKIP_${PN} = "already-stripped"