]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash: Don't DEPEND on virtual/libc-locale
authorAdrian Bunk <bunk@stusta.de>
Sun, 8 Dec 2019 12:47:40 +0000 (14:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Dec 2019 11:56:41 +0000 (11:56 +0000)
For ptest only RDEPENDS is needed, and packaging glibc-locale
slowed down builds with ptest disabled.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bash/bash.inc

index 039b8687a240dd0595fe1d3fa205acf12a5972e6..1ebb33bdcd9e1dd9a143636b2187006b7d9dedaf 100644 (file)
@@ -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 \