[oe-commits] [openembedded-core] 01/02: uninative-tarball: Add glibc-gconv-iso8859-1 for guile

git at git.openembedded.org git at git.openembedded.org
Sun Mar 6 18:35:56 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c54e9d3dfb61badf07db3bbcdbe931a43af25aee
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Mar 6 18:33:58 2016 +0000

    uninative-tarball: Add glibc-gconv-iso8859-1 for guile
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/uninative-tarball.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index ab1015f..9c9dca6 100644
--- a/meta/recipes-core/meta/uninative-tarball.bb
+++ b/meta/recipes-core/meta/uninative-tarball.bb
@@ -5,9 +5,12 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
 
 TOOLCHAIN_TARGET_TASK = ""
 
+# ibm850 - mcopy from mtools
+# iso8859-1 - guile
 TOOLCHAIN_HOST_TASK = "\
     nativesdk-glibc \
     nativesdk-glibc-gconv-ibm850 \
+    nativesdk-glibc-gconv-iso8859-1
     nativesdk-patchelf \
     "
 

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


More information about the Openembedded-commits mailing list