mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
This has been 4 years in making, it has fixes to build with gcc-15
and some patches are upstream [1] [2]
This release collects several years of portability improvements, as
well as a couple of minor optimizations to performance. Notable
improvements in this release include faster execution of the 'eval'
builtin. More details [3]
[1] 2d830e4a79
[2] https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=commitdiff;h=a6ff69873110c0a8ba6f7fd90532dbc11224828c
[3] https://lists.gnu.org/archive/html/m4-announce/2025-05/msg00000.html
(From OE-Core rev: b30b952d82af8d505728123023344aac3d9204b8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.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/"
|