From 845626a36b96f9247b1df710c6a6059a6da00698 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 16 Apr 2024 14:51:24 +0100 Subject: [PATCH] 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 --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + 1 file changed, 1 insertion(+) 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 \