summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-07-09 19:08:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-08 10:20:20 +0100
commitf6f50538c6b252e83090b6150181c7d5c43ea411 (patch)
tree7cb981bd916bacb400698f9e47d4a5bda48a0add
parent2260a10addadf726a106aaa3bd9fedcad333e121 (diff)
downloadpoky-f6f50538c6b252e83090b6150181c7d5c43ea411.tar.gz
buildtools-tarball: add nativesdk-python
(From OE-Core rev: 6467eb4461f3cab16cab2ba63154c92fc2adacef) (From OE-Core rev: 848c61a07f691638fa529bbe0f0ff1dfded4a967) Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/meta/buildtools-extended-tarball.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
index 37f9705613..32a10198c9 100644
--- a/meta/recipes-core/meta/buildtools-extended-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb
@@ -27,6 +27,7 @@ TOOLCHAIN_HOST_TASK += "\
27 nativesdk-libtool \ 27 nativesdk-libtool \
28 nativesdk-pkgconfig \ 28 nativesdk-pkgconfig \
29 nativesdk-glibc-utils \ 29 nativesdk-glibc-utils \
30 nativesdk-python \
30 " 31 "
31 32
32TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}" 33TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}"