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>
This commit is contained in:
Holger Hans Peter Freyther 2014-12-26 12:08:58 +01:00 committed by Richard Purdie
parent 16d74f8da8
commit 4b2a1d85c9
1 changed files with 2 additions and 0 deletions

View File

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