summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/gawk')
-rw-r--r--meta/recipes-extended/gawk/gawk_5.2.1.bb17
1 files changed, 15 insertions, 2 deletions
diff --git a/meta/recipes-extended/gawk/gawk_5.2.1.bb b/meta/recipes-extended/gawk/gawk_5.2.1.bb
index e381bad148..bbb26231a1 100644
--- a/meta/recipes-extended/gawk/gawk_5.2.1.bb
+++ b/meta/recipes-extended/gawk/gawk_5.2.1.bb
@@ -62,8 +62,21 @@ do_install_ptest() {
62 rm -f ${D}${PTEST_PATH}/test/timeout.* 62 rm -f ${D}${PTEST_PATH}/test/timeout.*
63} 63}
64 64
65RDEPENDS:${PN}-ptest += "make" 65do_install_ptest:append:libc-musl() {
66 # Reported https://lists.gnu.org/archive/html/bug-gawk/2021-02/msg00005.html
67 rm -f ${D}${PTEST_PATH}/test/clos1way6.*
68 # Needs en_US.UTF-8 but then does not work with musl
69 rm -f ${D}${PTEST_PATH}/test/backsmalls1.*
70 # Needs en_US.UTF-8 but then does not work with musl
71 rm -f ${D}${PTEST_PATH}/test/commas.*
72 # The below two need LANG=C inside the make rule for musl
73 rm -f ${D}${PTEST_PATH}/test/rebt8b1.*
74 rm -f ${D}${PTEST_PATH}/test/regx8bit.*
75}
76
77RDEPENDS:${PN}-ptest += "make locale-base-en-us"
66 78
67RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us locale-base-en-us.iso-8859-1" 79RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us.iso-8859-1"
80RDEPENDS:${PN}-ptest:append:libc-musl = " musl-locales"
68 81
69BBCLASSEXTEND = "native nativesdk" 82BBCLASSEXTEND = "native nativesdk"