[oe-commits] [openembedded-core] 01/02: packagegroup-self-hosted: add back Python 2

git at git.openembedded.org git at git.openembedded.org
Fri Jun 17 16:09:09 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 055e58e5cc73263a4112d5935ec871c3adf4cd9b
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jun 17 13:13:34 2016 +0100

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list