[yocto] [meta-qt4][PATCH] qwt: Skip the already-stripped QA test.

Philip Balister philip at balister.org
Wed Aug 2 03:56:58 PDT 2017


In 2013, the poky reference distribution made already-stripped an error
not a warning. So if you try to build gnuradio with poky, it fails.

Since qt4 is not being updated and should go away eventually, skip
the check here.

Signed-off-by: Philip Balister <philip at balister.org>
---
 recipes-qt4/recipes-libs/qwt_6.0.1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-qt4/recipes-libs/qwt_6.0.1.bb b/recipes-qt4/recipes-libs/qwt_6.0.1.bb
index f38816a..2c95b8e 100644
--- a/recipes-qt4/recipes-libs/qwt_6.0.1.bb
+++ b/recipes-qt4/recipes-libs/qwt_6.0.1.bb
@@ -8,3 +8,6 @@ SRC_URI[qwt.md5sum] = "ace68558eab873e2da7e641179c4ef0c"
 SRC_URI[qwt.sha256sum] = "3fe19dd5962d705632fc2ef616b009299de6cf1e702538296924dbfdc8003cb2"
 
 RPROVIDES_${PN}-dev = "libqwt-dev"
+
+INSANE_SKIP_${PN} += "already-stripped"
+
-- 
2.7.5




More information about the yocto mailing list