]> code.ossystems Code Review - openembedded-core.git/commitdiff
m4 1.4.9: fix unknown-configure-option
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 27 Jan 2015 08:02:13 +0000 (00:02 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:46 +0000 (18:52 +0000)
Fixed:
WARNING: QA Issue: m4: configure was passed unrecognised options: --without-libsigsegv-prefix [unknown-configure-option]

The m4 1.4.9 doesn't support --without-libsigsegv-prefix, so move it from m4.inc
to m4-1.4.17.inc.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/m4/m4-1.4.17.inc
meta/recipes-devtools/m4/m4.inc

index 790678e288410273ed583ebc3f0bd9a03d5306a0..3133e99c3326c46e11e126b541b9350988fde479 100644 (file)
@@ -1,5 +1,7 @@
 require m4.inc
 
+EXTRA_OECONF += "--without-libsigsegv-prefix"
+
 LICENSE = "GPLv3"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
index e473e23824bebed704a1f261e64d3502d1390335..4a83929f0ca27e1ecd539dc6283a769fda6b0fcf 100644 (file)
@@ -5,7 +5,6 @@ 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"