[OE-core] [PATCH] bash: Don't DEPEND on virtual/libc-locale
Adrian Bunk
bunk at stusta.de
Sun Dec 8 12:47:40 UTC 2019
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>
---
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 039b8687a2..1ebb33bdcd 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 \
--
2.17.1
More information about the Openembedded-core
mailing list