Message ID | 20250604172148.3469654-1-raj.khem@gmail.com |
---|---|
State | Accepted, archived |
Commit | ad0b81bffc18f9bd60daac12dd00c56a6ef022f9 |
Headers | show |
Series | [v2] m4: Adjust ptest dependencies | expand |
diff --git a/meta/recipes-devtools/m4/m4-1.4.20.inc b/meta/recipes-devtools/m4/m4-1.4.20.inc index 0640395050a..a31335f173e 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() { -e "s;LOCALE_FR_UTF8='none';LOCALE_FR_UTF8='fr_FR.utf8';g" ${D}${PTEST_PATH}/tests/Makefile } -RDEPENDS:${PN}-ptest += "make coreutils diffutils bash" +RDEPENDS:${PN}-ptest += "make coreutils diffutils bash locale-base-fr-fr" + RDEPENDS:${PN}-ptest:append:libc-glibc = "\ - locale-base-fr-fr \ locale-base-fr-fr.iso-8859-1 \ glibc-gconv-iso8859-1 \ "
This ensures the dependencies match across musl and glibc Signed-off-by: Khem Raj <raj.khem@gmail.com> --- v2: Do not drop iso-8859-1 locales/gconv meta/recipes-devtools/m4/m4-1.4.20.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)