diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-06-04 10:21:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-05 11:02:22 +0100 |
commit | fa2205efd54fb863e69ad13fc7c56886763a03e4 (patch) | |
tree | 30ac81e9b3538824b88177690ef5a9a44d46e8e0 /meta | |
parent | 0c927ee90ed8c8e99f01b4736b3eb1c7da4da8ec (diff) | |
download | poky-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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.20.inc | 4 |
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 | ||
52 | RDEPENDS:${PN}-ptest += "make coreutils diffutils bash" | 52 | RDEPENDS:${PN}-ptest += "make coreutils diffutils bash locale-base-fr-fr" |
53 | |||
53 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ | 54 | RDEPENDS:${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 | " |