Allover: we must us plugin-package variables

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-10-07 20:57:10 +02:00
parent 6a6a23de67
commit bb7e7490d6
5 changed files with 15 additions and 13 deletions

View File

@@ -62,8 +62,8 @@ FILES_${PN} += " \
"
# for common (?) cabbage files
RDEPENDS_${PN}-lv2 += "${PN}"
RDEPENDS_${PN}-vst += "${PN}"
RDEPENDS_${PN_LV2} += "${PN}"
RDEPENDS_${PN_VST} += "${PN}"
# Have not found what causes stripping - debugging of plugins is unlikely
INSANE_SKIP_${PN} = "already-stripped"

View File

@@ -85,7 +85,7 @@ do_install() {
}
PACKAGES =+ "${PN}-presets"
RDEPENDS_${PN}-presets = "${PN}-lv2"
RDEPENDS_${PN}-presets = "${PN_LV2}"
FILES_${PN}-presets = "${libdir}/lv2/*.preset.lv2"