summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-26 12:08:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-27 22:53:40 +0000
commit508c95d9896ddfa892aa2e9a26a4508112658ad5 (patch)
tree6693bbd2694f45b9139388c3110e00377ff1f269 /meta/recipes-devtools/m4
parent4b2a1d85c9743d37f9778ad3a6542c8b27d9c28e (diff)
downloadast2050-yocto-poky-508c95d9896ddfa892aa2e9a26a4508112658ad5.zip
ast2050-yocto-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/m4')
-rw-r--r--meta/recipes-devtools/m4/m4.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4.inc b/meta/recipes-devtools/m4/m4.inc
index 4a83929..e473e23 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,
inherit autotools texinfo
+EXTRA_OECONF += "--without-libsigsegv-prefix"
EXTRA_OEMAKE += "'infodir=${infodir}'"
LDFLAGS_prepend_libc-uclibc = " -lrt "
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
OpenPOWER on IntegriCloud