[oe-commits] [openembedded-core] 13/19: bash: ptest dependency on locale should honor virtual/libc-locale

git at git.openembedded.org git at git.openembedded.org
Thu Jan 11 23:24:13 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 64175ce74ceb4b7fb1b4b720bbac2d8d9510099d
Author: Denys Dmytriyenko <denys at ti.com>
AuthorDate: Tue Jan 9 14:04:25 2018 -0500

    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.
    
    Signed-off-by: Denys Dmytriyenko <denys at ti.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/bash/bash.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 89c35bd..9c2b065 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list