diff options
-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 | " |