diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-20 23:45:18 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-25 17:47:20 +0100 |
| commit | 72d1535163d29c46a0baba669897e35021839a7d (patch) | |
| tree | 9bd17e0556808dcc93c91d486ad591149a324bf9 /meta/recipes-devtools/m4/m4-1.4.20.inc | |
| parent | 16287e7cb43e91000eab73403eca72e5378c1cb9 (diff) | |
| download | poky-72d1535163d29c46a0baba669897e35021839a7d.tar.gz | |
m4: Fix ptest on musl
Fixes
../../sources/m4-1.4.20/tests/test-c32ispunct.c:261: assertion 'is == 0' failed
./test-c32ispunct.sh: line 36: 402 Aborted
(core dumped) LC_ALL="$testlocale" ${CHECKER} ./test-c32ispunct${EXEEXT} 3
FAIL: test-c32ispunct.sh
(From OE-Core rev: f39537e8b84d0640fb8a7406ebf2396b532cdb57)
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>
Diffstat (limited to 'meta/recipes-devtools/m4/m4-1.4.20.inc')
| -rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.20.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.20.inc b/meta/recipes-devtools/m4/m4-1.4.20.inc index aad57b8b64..5c4ba09288 100644 --- a/meta/recipes-devtools/m4/m4-1.4.20.inc +++ b/meta/recipes-devtools/m4/m4-1.4.20.inc | |||
| @@ -10,6 +10,7 @@ SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ | |||
| 10 | file://0001-gettext-h-Avoid-gcc-Wformat-security-warnings-with-d.patch \ | 10 | file://0001-gettext-h-Avoid-gcc-Wformat-security-warnings-with-d.patch \ |
| 11 | " | 11 | " |
| 12 | SRC_URI:append:class-target = " file://run-ptest \ | 12 | SRC_URI:append:class-target = " file://run-ptest \ |
| 13 | file://0001-test-c32ispunct-Check-for-musl-along-with-glibc.patch \ | ||
| 13 | file://serial-tests-config.patch \ | 14 | file://serial-tests-config.patch \ |
| 14 | " | 15 | " |
| 15 | 16 | ||
