summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/external-python-tarball.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/meta/external-python-tarball.bb')
-rw-r--r--meta/recipes-core/meta/external-python-tarball.bb38
1 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb
index e317ba32ca..2085acc223 100644
--- a/meta/recipes-core/meta/external-python-tarball.bb
+++ b/meta/recipes-core/meta/external-python-tarball.bb
@@ -16,25 +16,25 @@ SDK_DEPLOY = "${TMPDIR}/deploy/sdk"
16IPKG_HOST = "opkg-cl -f ${IPKGCONF_SDK} -o ${SDK_OUTPUT}" 16IPKG_HOST = "opkg-cl -f ${IPKGCONF_SDK} -o ${SDK_OUTPUT}"
17 17
18TOOLCHAIN_HOST_TASK ?= "\ 18TOOLCHAIN_HOST_TASK ?= "\
19 python-nativesdk-core \ 19 nativesdk-python-core \
20 python-nativesdk-textutils \ 20 nativesdk-python-textutils \
21 python-nativesdk-sqlite3 \ 21 nativesdk-python-sqlite3 \
22 python-nativesdk-pickle \ 22 nativesdk-python-pickle \
23 python-nativesdk-logging \ 23 nativesdk-python-logging \
24 python-nativesdk-elementtree \ 24 nativesdk-python-elementtree \
25 python-nativesdk-curses \ 25 nativesdk-python-curses \
26 python-nativesdk-compile \ 26 nativesdk-python-compile \
27 python-nativesdk-compiler \ 27 nativesdk-python-compiler \
28 python-nativesdk-fcntl \ 28 nativesdk-python-fcntl \
29 python-nativesdk-shell \ 29 nativesdk-python-shell \
30 python-nativesdk-misc \ 30 nativesdk-python-misc \
31 python-nativesdk-multiprocessing \ 31 nativesdk-python-multiprocessing \
32 python-nativesdk-subprocess \ 32 nativesdk-python-subprocess \
33 python-nativesdk-xmlrpc \ 33 nativesdk-python-xmlrpc \
34 python-nativesdk-netclient \ 34 nativesdk-python-netclient \
35 python-nativesdk-netserver \ 35 nativesdk-python-netserver \
36 python-nativesdk-distutils \ 36 nativesdk-python-distutils \
37 chrpath-nativesdk \ 37 nativesdk-chrpath \
38 " 38 "
39 39
40TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}" 40TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}"