summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/uninative-tarball.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/meta/uninative-tarball.bb')
-rw-r--r--meta/recipes-core/meta/uninative-tarball.bb13
1 files changed, 3 insertions, 10 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index c4a6c96b4d..7eebcaf11a 100644
--- a/meta/recipes-core/meta/uninative-tarball.bb
+++ b/meta/recipes-core/meta/uninative-tarball.bb
@@ -3,22 +3,16 @@ LICENSE = "MIT"
3 3
4TOOLCHAIN_TARGET_TASK = "" 4TOOLCHAIN_TARGET_TASK = ""
5 5
6# ibm850 - mcopy from mtools
7# iso8859-1 - guile
8# utf-16, cp1252 - binutils-windres
9TOOLCHAIN_HOST_TASK = "\ 6TOOLCHAIN_HOST_TASK = "\
10 nativesdk-glibc \ 7 nativesdk-glibc \
11 nativesdk-glibc-gconv-ibm850 \ 8 nativesdk-glibc-dbg \
12 nativesdk-glibc-gconv-iso8859-1 \ 9 nativesdk-glibc-gconvs \
13 nativesdk-glibc-gconv-utf-16 \
14 nativesdk-glibc-gconv-cp1252 \
15 nativesdk-glibc-gconv-euc-jp \
16 nativesdk-glibc-gconv-libjis \
17 nativesdk-patchelf \ 10 nativesdk-patchelf \
18 nativesdk-libxcrypt \ 11 nativesdk-libxcrypt \
19 nativesdk-libxcrypt-compat \ 12 nativesdk-libxcrypt-compat \
20 nativesdk-libnss-nis \ 13 nativesdk-libnss-nis \
21 nativesdk-sdk-provides-dummy \ 14 nativesdk-sdk-provides-dummy \
15 nativesdk-libgcc \
22 " 16 "
23 17
24INHIBIT_DEFAULT_DEPS = "1" 18INHIBIT_DEFAULT_DEPS = "1"
@@ -35,7 +29,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
35 29
36EXCLUDE_FROM_WORLD = "1" 30EXCLUDE_FROM_WORLD = "1"
37 31
38inherit meta
39inherit populate_sdk 32inherit populate_sdk
40inherit nopackages 33inherit nopackages
41 34