mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
m4 1.4.9: fix unknown-configure-option
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. (From OE-Core rev: 4546f7c141e0ba0232593f1f9df588da7fe44ce9) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
82bc3fb3a9
commit
b92a61956b
@@ -1,5 +1,7 @@
|
|||||||
require m4.inc
|
require m4.inc
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--without-libsigsegv-prefix"
|
||||||
|
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ GNU M4 also has built-in functions for including files, running shell commands,
|
|||||||
|
|
||||||
inherit autotools texinfo
|
inherit autotools texinfo
|
||||||
|
|
||||||
EXTRA_OECONF += "--without-libsigsegv-prefix"
|
|
||||||
EXTRA_OEMAKE += "'infodir=${infodir}'"
|
EXTRA_OEMAKE += "'infodir=${infodir}'"
|
||||||
LDFLAGS_prepend_libc-uclibc = " -lrt "
|
LDFLAGS_prepend_libc-uclibc = " -lrt "
|
||||||
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
|
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user