]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
busybox: Skip a non-posix awk ptest on musl systems
authorKhem Raj <raj.khem@gmail.com>
Thu, 24 Jul 2025 07:24:13 +0000 (00:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jul 2025 16:16:10 +0000 (17:16 +0100)
commita74eaca8e1830d09c5ff678c7d361cedbfc6f68a
tree55797a3cc4362e6a0b3c3ad44453ce87873500e1
parent27b191cd6f53a444efbf82f58d86bf0dc5c1a048
busybox: Skip a non-posix awk ptest on musl systems

The test depends on BSD extension REG_STARTEND which
is not in POSIX, glibc does implement this extention so it
works on glibc systems but musl does not and it needs to
be skipped and LIBC environment variable is used in this
test as well to run it conditionally.

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>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox/0001-busybox-Add-awk-gsub-erroneous-word-start-match-test.patch [new file with mode: 0644]
meta/recipes-core/busybox/busybox_1.37.0.bb
meta/recipes-core/busybox/files/run-ptest