summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-26 12:08:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-27 22:53:39 +0000
commit4b2a1d85c9743d37f9778ad3a6542c8b27d9c28e (patch)
tree816f28aa2b0acf9bcb42215d8b36716ac2330c69
parent16d74f8da855c3042ae6731a666501b56ad532fc (diff)
downloadast2050-yocto-poky-4b2a1d85c9743d37f9778ad3a6542c8b27d9c28e.zip
ast2050-yocto-poky-4b2a1d85c9743d37f9778ad3a6542c8b27d9c28e.tar.gz
diffutils: Disable searching for libsigsegv
After building GNU Smalltalk libsigsegv is in the sysroot and will be picked-up by diffutils. This lead to the below warning: WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps] (From OE-Core rev: c147d41f1514ffe89a09f1dafd4f32db72c395c3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/diffstat/diffstat_1.59.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.59.bb b/meta/recipes-devtools/diffstat/diffstat_1.59.bb
index f599622..c64eb7f 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.59.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.59.bb
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3
S = "${WORKDIR}/diffstat-${PV}"
+EXTRA_OECONF += "--without-libsigsegv-prefix"
+
inherit autotools gettext ptest
do_configure () {
OpenPOWER on IntegriCloud