summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-06-17 13:13:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-17 17:08:25 +0100
commit0006a7fada2fcf1d3194f6a377b5b516da08bfc7 (patch)
treedfc347e1fb8f50ee8a6abe30441056e287a28df6 /meta/recipes-core/packagegroups
parent4799e1e89fd9b0f8b606e3c502fe89f32d45fe76 (diff)
downloadpoky-0006a7fada2fcf1d3194f6a377b5b516da08bfc7.tar.gz
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. (From OE-Core rev: 055e58e5cc73263a4112d5935ec871c3adf4cd9b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-self-hosted.bb3
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 = "\
146 perl-dev \ 146 perl-dev \
147 perl-modules \ 147 perl-modules \
148 perl-pod \ 148 perl-pod \
149 python \
150 python-modules \
151 python-git \
149 python3 \ 152 python3 \
150 python3-modules \ 153 python3-modules \
151 python3-git \ 154 python3-git \