]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
buildtools-tarball: Add python3-pip
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2024 13:51:24 +0000 (14:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2024 14:53:10 +0000 (15:53 +0100)
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>
meta/recipes-core/meta/buildtools-tarball.bb

index dc075763e6c5122742cbecbcbc75ddeb6aa8f1eb..92fbda335db2cdff30848fb78280eadae656768a 100644 (file)
@@ -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 \