summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-06-04 10:21:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-05 11:02:22 +0100
commitfa2205efd54fb863e69ad13fc7c56886763a03e4 (patch)
tree30ac81e9b3538824b88177690ef5a9a44d46e8e0
parent0c927ee90ed8c8e99f01b4736b3eb1c7da4da8ec (diff)
downloadpoky-fa2205efd54fb863e69ad13fc7c56886763a03e4.tar.gz
m4: Adjust ptest dependencies
This ensures the dependencies match across musl and glibc (From OE-Core rev: ad0b81bffc18f9bd60daac12dd00c56a6ef022f9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/m4/m4-1.4.20.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.20.inc b/meta/recipes-devtools/m4/m4-1.4.20.inc
index 0640395050..a31335f173 100644
--- a/meta/recipes-devtools/m4/m4-1.4.20.inc
+++ b/meta/recipes-devtools/m4/m4-1.4.20.inc
@@ -49,9 +49,9 @@ do_install_ptest:append:libc-glibc() {
49 -e "s;LOCALE_FR_UTF8='none';LOCALE_FR_UTF8='fr_FR.utf8';g" ${D}${PTEST_PATH}/tests/Makefile 49 -e "s;LOCALE_FR_UTF8='none';LOCALE_FR_UTF8='fr_FR.utf8';g" ${D}${PTEST_PATH}/tests/Makefile
50} 50}
51 51
52RDEPENDS:${PN}-ptest += "make coreutils diffutils bash" 52RDEPENDS:${PN}-ptest += "make coreutils diffutils bash locale-base-fr-fr"
53
53RDEPENDS:${PN}-ptest:append:libc-glibc = "\ 54RDEPENDS:${PN}-ptest:append:libc-glibc = "\
54 locale-base-fr-fr \
55 locale-base-fr-fr.iso-8859-1 \ 55 locale-base-fr-fr.iso-8859-1 \
56 glibc-gconv-iso8859-1 \ 56 glibc-gconv-iso8859-1 \
57" 57"