]> code.ossystems Code Review - openembedded-core.git/commitdiff
diffutils: Disable searching for libsigsegv
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Fri, 26 Dec 2014 11:08:58 +0000 (12:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 27 Dec 2014 09:15:54 +0000 (09:15 +0000)
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@linuxfoundation.org>
meta/recipes-devtools/diffstat/diffstat_1.59.bb

index f599622b3e9bdc62d8a186115db9b0610c267df5..c64eb7fca75ea73bb592067820c5160c3c354450 100644 (file)
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3
 
 S = "${WORKDIR}/diffstat-${PV}"
 
+EXTRA_OECONF += "--without-libsigsegv-prefix"
+
 inherit autotools gettext ptest
 
 do_configure () {