diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-01-09 14:04:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-13 10:15:20 +0000 |
commit | d54b9ea08ffdfeb3fb2e1ffe5ad410655a7085c1 (patch) | |
tree | 2b04f3667a8d0ee47cf7059e1a2b0c9197697b7a /meta/recipes-extended/bash | |
parent | 746a534e1e49d09495bafcb91a7deb8b24c417af (diff) | |
download | poky-d54b9ea08ffdfeb3fb2e1ffe5ad410655a7085c1.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/bash')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 89c35bd59c..9c2b065f9f 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -25,7 +25,7 @@ RDEPENDS_${PN} += "base-files" | |||
25 | RDEPENDS_${PN}_class-nativesdk = "" | 25 | RDEPENDS_${PN}_class-nativesdk = "" |
26 | RDEPENDS_${PN}-ptest += "make" | 26 | RDEPENDS_${PN}-ptest += "make" |
27 | 27 | ||
28 | DEPENDS_append_libc-glibc = " glibc-locale" | 28 | DEPENDS_append_libc-glibc = " virtual/libc-locale" |
29 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-fr-fr locale-base-de-de" | 29 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-fr-fr locale-base-de-de" |
30 | 30 | ||
31 | USERADD_PACKAGES = "${PN}-ptest" | 31 | USERADD_PACKAGES = "${PN}-ptest" |