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:
Andreas Müller
2021-10-30 18:55:46 +02:00
parent 232b913344
commit a19c81a69a

View File

@@ -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"