diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-17 13:13:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-17 17:06:17 +0100 |
commit | 055e58e5cc73263a4112d5935ec871c3adf4cd9b (patch) | |
tree | 1fdfa66abe3509caa9de8c6f62fc0cd80277f7e7 /meta | |
parent | 82bedec89a86902456e924a3ac2f233b6a069dea (diff) | |
download | openembedded-core-055e58e5cc73263a4112d5935ec871c3adf4cd9b.tar.gz openembedded-core-055e58e5cc73263a4112d5935ec871c3adf4cd9b.tar.bz2 openembedded-core-055e58e5cc73263a4112d5935ec871c3adf4cd9b.zip |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index e8b4feb227..73430b86cd 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 \ |