[oe-commits] Holger Hans Peter Freyther : diffutils: Disable searching for libsigsegv

git at git.openembedded.org git at git.openembedded.org
Sat Dec 27 10:15:56 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: c147d41f1514ffe89a09f1dafd4f32db72c395c3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c147d41f1514ffe89a09f1dafd4f32db72c395c3

Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Dec 26 12:08:58 2014 +0100

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]

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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



More information about the Openembedded-commits mailing list