[oe-commits] [openembedded-core] 17/19: bash: add big5hkscs gconv RDEPENDS needed by bash-ptest.

git at git.openembedded.org git at git.openembedded.org
Fri May 31 21:24:56 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 c7d1750729be7a8b7d4b5a305efb66b8569dfe91
Author: Sakib Sajal <sakib.sajal at windriver.com>
AuthorDate: Fri May 31 16:25:50 2019 -0400

    bash: add big5hkscs gconv RDEPENDS needed by bash-ptest.
    
    glob-test failed beacuse it could not convert big5hkscs
    encoding to perform comparison.
    
    Signed-off-by: Sakib Sajal <sakib.sajal at windriver.com>
    Signed-off-by: Randy Macleod <randy.macleod at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/bash/bash.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 87b556f..b1c39a0 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -27,6 +27,7 @@ RDEPENDS_${PN}-ptest += "make coreutils perl"
 
 DEPENDS_append_libc-glibc = " virtual/libc-locale"
 RDEPENDS_${PN}-ptest_append_libc-glibc = " \
+	glibc-gconv-big5hkscs \
 	glibc-gconv-iso8859-1 \
 	glibc-utils \
 	locale-base-de-de \

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


More information about the Openembedded-commits mailing list