]> code.ossystems Code Review - openembedded-core.git/commitdiff
uninative-tarball: Add glibc-gconv-iso8859-1 for guile
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Mar 2016 18:33:58 +0000 (18:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Mar 2016 10:47:45 +0000 (10:47 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/uninative-tarball.bb

index ab1015fcfa0cad98e4348e62cacc96072eecf86d..a983e42c67a333e73d3bb05da3bb4704fd0c62d3 100644 (file)
@@ -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 \
     "