diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-12-26 12:08:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-27 22:53:40 +0000 |
commit | 508c95d9896ddfa892aa2e9a26a4508112658ad5 (patch) | |
tree | 6693bbd2694f45b9139388c3110e00377ff1f269 /meta/recipes-devtools | |
parent | 4b2a1d85c9743d37f9778ad3a6542c8b27d9c28e (diff) | |
download | poky-508c95d9896ddfa892aa2e9a26a4508112658ad5.tar.gz |
m4: Disable searching for libsigsegv
When building GNU Smalltalk libsigsegv will be available and m4
will start to use it. This leads to the below warning:
WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps]
(From OE-Core rev: 564e6b34831556d720c5a9d1c6bc9e7758c77e53)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/m4/m4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4.inc b/meta/recipes-devtools/m4/m4.inc index 4a83929f0c..e473e23824 100644 --- a/meta/recipes-devtools/m4/m4.inc +++ b/meta/recipes-devtools/m4/m4.inc | |||
@@ -5,6 +5,7 @@ GNU M4 also has built-in functions for including files, running shell commands, | |||
5 | 5 | ||
6 | inherit autotools texinfo | 6 | inherit autotools texinfo |
7 | 7 | ||
8 | EXTRA_OECONF += "--without-libsigsegv-prefix" | ||
8 | EXTRA_OEMAKE += "'infodir=${infodir}'" | 9 | EXTRA_OEMAKE += "'infodir=${infodir}'" |
9 | LDFLAGS_prepend_libc-uclibc = " -lrt " | 10 | LDFLAGS_prepend_libc-uclibc = " -lrt " |
10 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" | 11 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" |