[OE-core] [PATCH 2/2] packagegroup-self-hosted: add back Python 2

Ross Burton ross.burton at intel.com
Fri Jun 17 12:13:34 UTC 2016


Some recipes depend on Python 2 being present (eg glib and ncurses) so until
they've all been migrated to Python 3 we should continue to ship Python 2 in the
self-hosted packagegroup.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index e8b4feb..73430b8 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -146,6 +146,9 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
     perl-dev \
     perl-modules \
     perl-pod \
+    python \
+    python-modules \
+    python-git \
     python3 \
     python3-modules \
     python3-git \
-- 
2.8.0.rc3




More information about the Openembedded-core mailing list