summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
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:53:10 +0100
commit946086abf5ac5172258ddb27af9c1c615258f62f (patch)
treed7788db9e1bfcb725da6ed2e885ef54267218d73 /meta/recipes-core
parentcef91ebeb3f2b1d41336fff60555064430a80397 (diff)
downloadopenembedded-core-946086abf5ac5172258ddb27af9c1c615258f62f.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 ?= "\
nativesdk-python3-git \
nativesdk-python3-jinja2 \
nativesdk-python3-testtools \
+ nativesdk-python3-pip \
nativesdk-python3-setuptools \
nativesdk-python3-subunit \
nativesdk-python3-pyyaml \