mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
@@ -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
|
-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 = "\
|
RDEPENDS:${PN}-ptest:append:libc-glibc = "\
|
||||||
locale-base-fr-fr \
|
|
||||||
locale-base-fr-fr.iso-8859-1 \
|
locale-base-fr-fr.iso-8859-1 \
|
||||||
glibc-gconv-iso8859-1 \
|
glibc-gconv-iso8859-1 \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user