setbfree: work around 'already stripped' QA error
* this popped up after recent upgrade of oe-core and there is nothing suspicious in Makefile * debugging lv2 plugins on target is not exactly a common use case so there is no harm to expect Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -52,3 +52,7 @@ FILES:${PN} += " \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "ttf-bitstream-vera"
|
||||
|
||||
# TBD: proper fix for
|
||||
# ERROR: setbfree-0.8.11-r0 do_package: QA Issue: File '/usr/lib/lv2/b_synth/b_synthUI.so' from setbfree was already stripped, this will prevent future debugging! [already-stripped]
|
||||
INSANE_SKIP:${PN} += "already-stripped"
|
||||
|
||||
Reference in New Issue
Block a user