lv2-postinst-helper.bbclass: Do not install manifest in lv2 dir

At least qtractor creates warnings for missing folders

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-01-06 15:13:24 +01:00
parent 14b97b025a
commit 9ae116c7f8

View File

@@ -12,7 +12,7 @@ LV2-DUMMY-TURTLE-STR = "lv2-dummy-turtle-string"
# To make ontarget postinst/prerm happen, the names of all plugins with their
# paths as installed on target a stored in a file called lv2-postinst-manifest
LV2-POSTINST-MANIFEST = "${libdir}/lv2/lv2-postinst-manifest-${BPN}"
LV2-POSTINST-MANIFEST = "${datadir}/${BPN}/lv2-postinst-manifest"
do_install_append() {
# remove dummy lv2-turtles again
@@ -49,4 +49,5 @@ pkg_prerm_${PN}-lv2() {
done
}
FILES_${PN}-lv2 += "${LV2-POSTINST-MANIFEST}"
RDEPENDS_${PN}-lv2 += "lv2-ttl-generator"