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:35:09 +0100
commitbdf9be3ebbf4f80fe846040f5029aeee1e8fa22d (patch)
treee53b3277504f43d7234bf893d7c8e73cc84c9f41
parent4f3b564ce468d36d23feca6590596d5bf41583fd (diff)
downloadpoky-bdf9be3ebbf4f80fe846040f5029aeee1e8fa22d.tar.gz
buildtools-tarball: add nativesdk-python
(From OE-Core rev: 6467eb4461f3cab16cab2ba63154c92fc2adacef) (From OE-Core rev: 848c61a07f691638fa529bbe0f0ff1dfded4a967) (From OE-Core rev: afa4cacff186f28d6a4c4246d1e5caf0aa6938e9) 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}"