distrho-ports: remove another distrho-ports-extra hack

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-07-29 22:59:36 +02:00
parent ad646b2a52
commit 7c2fd8ad64

View File

@@ -47,8 +47,6 @@ DEPENDS += " \
LV2_TTL_GENERATOR = "${B}/libs/lv2_ttl_generator"
do_ttl_sed() {
# keep unmodified scripts for distrho-ports-extra
cp -r ${S}/scripts ${WORKDIR}
sed -i 's|$GEN ./$FILE|echo "`pwd`/$FILE" >> ${LV2_PLUGIN_INFO_FILE}|g' `find ${S}/scripts -name *.sh`
}