summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/buildtools-tarball.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-05-18 00:43:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-19 09:05:20 +0100
commit9f921676a7cfac93117788b8dfeff652dfd65134 (patch)
treed9384b6338a9ff6b1f644717e19fd67de9e2c8c9 /meta/recipes-core/meta/buildtools-tarball.bb
parenta2e3f17594a6030b5d73414ff36c81b0ff95dd27 (diff)
downloadpoky-9f921676a7cfac93117788b8dfeff652dfd65134.tar.gz
buildtools-tarball: replace nativesdk-python with nativesdk-python3
(From OE-Core rev: 97b5b150b3d3e82a5a42c1ea4351eed60aba7906) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta/buildtools-tarball.bb')
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index dd28b962f0..f45e781899 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "SDK type target for building a standalone tarball containing python, chrpath, make, git and tar. The \ 1DESCRIPTION = "SDK type target for building a standalone tarball containing python3, chrpath, make, git and tar. The \
2 tarball can be used to run bitbake builds on systems which don't meet the usual version requirements." 2 tarball can be used to run bitbake builds on systems which don't meet the usual version requirements."
3SUMMARY = "Standalone tarball for running builds on systems with inadequate software" 3SUMMARY = "Standalone tarball for running builds on systems with inadequate software"
4LICENSE = "MIT" 4LICENSE = "MIT"
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
8TOOLCHAIN_TARGET_TASK ?= "" 8TOOLCHAIN_TARGET_TASK ?= ""
9 9
10TOOLCHAIN_HOST_TASK ?= "\ 10TOOLCHAIN_HOST_TASK ?= "\
11 nativesdk-python-core \ 11 nativesdk-python3-core \
12 nativesdk-python-modules \ 12 nativesdk-python3-modules \
13 nativesdk-python-misc \ 13 nativesdk-python3-misc \
14 nativesdk-python-git \ 14 nativesdk-python3-git \
15 nativesdk-ncurses-terminfo-base \ 15 nativesdk-ncurses-terminfo-base \
16 nativesdk-chrpath \ 16 nativesdk-chrpath \
17 nativesdk-tar \ 17 nativesdk-tar \