diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-12-26 12:08:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-27 22:53:39 +0000 |
commit | 4b2a1d85c9743d37f9778ad3a6542c8b27d9c28e (patch) | |
tree | 816f28aa2b0acf9bcb42215d8b36716ac2330c69 /meta/recipes-devtools | |
parent | 16d74f8da855c3042ae6731a666501b56ad532fc (diff) | |
download | 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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/diffstat/diffstat_1.59.bb | 2 |
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 f599622b3e..c64eb7fca7 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 | |||
16 | 16 | ||
17 | S = "${WORKDIR}/diffstat-${PV}" | 17 | S = "${WORKDIR}/diffstat-${PV}" |
18 | 18 | ||
19 | EXTRA_OECONF += "--without-libsigsegv-prefix" | ||
20 | |||
19 | inherit autotools gettext ptest | 21 | inherit autotools gettext ptest |
20 | 22 | ||
21 | do_configure () { | 23 | do_configure () { |