mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
bash: ptest dependency on locale should honor virtual/libc-locale
meta/conf/distro/include/tclibc-glibc.inc weakly assigns PREFERRED_PROVIDER for virtual/libc-locale to glibc-locale, but allows adjusting it if needed. Hence, bash should not depend on glibc-locale directly, but instead use this virtual/libc-locale variable. (From OE-Core rev: 6454c610eb6565360d29334f5f19845758dbf2c6) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
746a534e1e
commit
d54b9ea08f
@@ -25,7 +25,7 @@ RDEPENDS_${PN} += "base-files"
|
||||
RDEPENDS_${PN}_class-nativesdk = ""
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
|
||||
DEPENDS_append_libc-glibc = " glibc-locale"
|
||||
DEPENDS_append_libc-glibc = " virtual/libc-locale"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-fr-fr locale-base-de-de"
|
||||
|
||||
USERADD_PACKAGES = "${PN}-ptest"
|
||||
|
||||
Reference in New Issue
Block a user