mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02: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:
parent
0c927ee90e
commit
fa2205efd5
|
@ -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 \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user