mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
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>
16 lines
468 B
PHP
16 lines
468 B
PHP
require m4.inc
|
|
|
|
EXTRA_OECONF += "--without-libsigsegv-prefix"
|
|
|
|
LICENSE = "GPLv3"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
|
|
file://examples/COPYING;md5=4031593b2166d6c47cae282d944a7ede"
|
|
|
|
SRC_URI += "file://ac_config_links.patch \
|
|
file://remove-gets.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "a5e9954b1dae036762f7b13673a2cf76"
|
|
SRC_URI[sha256sum] = "3ce725133ee552b8b4baca7837fb772940b25e81b2a9dc92537aeaf733538c9e"
|