From: Ross Burton Date: Fri, 17 Jun 2016 12:13:34 +0000 (+0100) Subject: packagegroup-self-hosted: add back Python 2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055e58e5cc73263a4112d5935ec871c3adf4cd9b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packagegroup-self-hosted: add back Python 2 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index e8b4feb2279..73430b86cd9 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 \