For ptest only RDEPENDS is needed, and packaging glibc-locale slowed down builds with ptest disabled.
Signed-off-by: Adrian Bunk <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
