[OE-core] [PATCH 1/2] diffutils: Disable searching for libsigsegv

Holger Hans Peter Freyther holger at moiji-mobile.com
Fri Dec 26 11:08:58 UTC 2014


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]
---
 meta/recipes-devtools/diffstat/diffstat_1.59.bb | 2 ++
 1 file changed, 2 insertions(+)

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 () {
-- 
2.1.3



More information about the Openembedded-core mailing list