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-10 13:21:40 +0100
commitc5df372e50df6ad04b3626587c3b2f46d3c6219a (patch)
tree203afb8ec09321575b586a64eaf73a4fcbfc25c5
parent84bcfc299cf56e1cda66d16ff302fb1028f6a505 (diff)
downloadpoky-c5df372e50df6ad04b3626587c3b2f46d3c6219a.tar.gz
buildtools-tarball: add nativesdk-python
(From OE-Core rev: 6467eb4461f3cab16cab2ba63154c92fc2adacef) 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}"