[oe-commits] [openembedded-core] 35/36: bash: Don't DEPEND on virtual/libc-locale

git at git.openembedded.org git at git.openembedded.org
Mon Dec 9 10:27:26 UTC 2019


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 28353c4a09e1cd45e484fda7c3cb7fc6b6d99512
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Sun Dec 8 14:47:40 2019 +0200

    bash: Don't DEPEND on virtual/libc-locale
    
    For ptest only RDEPENDS is needed, and packaging glibc-locale
    slowed down builds with ptest disabled.
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/bash/bash.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 039b868..1ebb33b 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -25,7 +25,6 @@ RDEPENDS_${PN} += "base-files"
 RDEPENDS_${PN}_class-nativesdk = ""
 RDEPENDS_${PN}-ptest += "make coreutils perl sed shadow util-linux-setpriv"
 
-DEPENDS_append_libc-glibc = " virtual/libc-locale"
 RDEPENDS_${PN}-ptest_append_libc-glibc = " \
 	glibc-gconv-big5hkscs \
 	glibc-gconv-iso8859-1 \

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


More information about the Openembedded-commits mailing list