From a19c81a69a88678607c61de95ff01e4ef44fdff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 30 Oct 2021 18:55:46 +0200 Subject: [PATCH] setbfree: work around 'already stripped' QA error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- recipes-musicians/setbfree/setbfree_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-musicians/setbfree/setbfree_git.bb b/recipes-musicians/setbfree/setbfree_git.bb index 7c52425..8170823 100644 --- a/recipes-musicians/setbfree/setbfree_git.bb +++ b/recipes-musicians/setbfree/setbfree_git.bb @@ -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"