diff mbox series

[4/4] gettext: Add missing locale ptest dependency

Message ID 20260918172031.2871246-4-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/4] site/common-glibc: Set gnulib locale variables | expand

Commit Message

Richard Purdie Sept. 18, 2026, 5:20 p.m. UTC
The site files handle the fr locale now.

Add a missing locale dependency so tests work with the new site file
entries.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-core/gettext/gettext_1.0.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/gettext/gettext_1.0.bb b/meta/recipes-core/gettext/gettext_1.0.bb
index ce1d698260d..8a93ce1b49d 100644
--- a/meta/recipes-core/gettext/gettext_1.0.bb
+++ b/meta/recipes-core/gettext/gettext_1.0.bb
@@ -50,8 +50,6 @@  EXTRA_OECONF += "--without-lispdir \
                 "
 EXTRA_OECONF:append:class-target = " \
                  --with-bisonlocaledir=${datadir}/locale \
-                 gt_cv_locale_fr_utf8=fr_FR \
-                 gt_cv_locale_fr=fr_FR.ISO-8859-1 \
                  gt_cv_locale_de_utf8=de_DE \
                  gt_cv_locale_de=de_DE.ISO-8859-1 \
 "
@@ -224,6 +222,7 @@  RDEPENDS:${PN}-ptest:append:libc-glibc = "\
 RRECOMMENDS:${PN}-ptest:append:libc-glibc = "\
     locale-base-de-de.iso-8859-1 \
     locale-base-fr-fr.iso-8859-1 \
+    locale-base-ja-jp.euc-jp \
 "
 
 BBCLASSEXTEND = "native nativesdk"