mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
0001-Unset-need_charset_alias-when-building-for-musl.patch 0001-c-stack-stop-using-SIGSTKSZ.patch 0001-test-getopt-posix-fix.patch m4-1.4.18-glibc-change-work-around.patch deleted since they are included in 1.4.19 refresh ac_config_links.patch License-update: URL of license changed (From OE-Core rev: c61358d84d83f0fbd8b2fbe2659ed547e0c046a4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
295 B
BlitzBasic
15 lines
295 B
BlitzBasic
require m4-${PV}.inc
|
|
|
|
inherit native
|
|
|
|
INHIBIT_AUTOTOOLS_DEPS = "1"
|
|
DEPENDS += "gnu-config-native"
|
|
|
|
do_configure() {
|
|
install -m 0644 ${STAGING_DATADIR}/gnu-config/config.sub .
|
|
install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess .
|
|
oe_runconf
|
|
}
|
|
|
|
UPSTREAM_CHECK_URI = "${GNU_MIRROR}/m4/"
|