summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 14:51:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 15:54:00 +0100
commit845626a36b96f9247b1df710c6a6059a6da00698 (patch)
tree9543f3f18c90d0182a00801fea98ce0eb54df674
parented5ba9b9007cb5dd25bd2e1813ee81d081a19c0d (diff)
downloadpoky-845626a36b96f9247b1df710c6a6059a6da00698.tar.gz
buildtools-tarball: Add python3-pip
Many of the common use cases for buildtools need pip to allow python to be extended. Add it. (From OE-Core rev: 0a1714533ed2b02a98b8456e1193fc079273fbbd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index dc075763e6..92fbda335d 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -11,6 +11,7 @@ TOOLCHAIN_HOST_TASK ?= "\
11 nativesdk-python3-git \ 11 nativesdk-python3-git \
12 nativesdk-python3-jinja2 \ 12 nativesdk-python3-jinja2 \
13 nativesdk-python3-testtools \ 13 nativesdk-python3-testtools \
14 nativesdk-python3-pip \
14 nativesdk-python3-setuptools \ 15 nativesdk-python3-setuptools \
15 nativesdk-python3-subunit \ 16 nativesdk-python3-subunit \
16 nativesdk-python3-pyyaml \ 17 nativesdk-python3-pyyaml \