]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-self-hosted: add back Python 2
authorRoss Burton <ross.burton@intel.com>
Fri, 17 Jun 2016 12:13:34 +0000 (13:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jun 2016 16:06:17 +0000 (17:06 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb

index e8b4feb227999651c9af598eca72733806533d63..73430b86cd9292c8cedec7e995f1a4dd826dfbcb 100644 (file)
@@ -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 \