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-16 13:34:54 +0100
commit70219a2ecc0b0442d9801f5d7469c7c22b1d7e0b (patch)
tree2ed436eb7978b5a9cf389f2f782ec273fb3ed2f3
parent4377d2831c1426b88c2116f6b3c983395b3e8b09 (diff)
downloadpoky-70219a2ecc0b0442d9801f5d7469c7c22b1d7e0b.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}"