diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-07 16:50:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-12 23:34:44 +0100 |
commit | ee627d7a833e0d85f691729c4d2f774516a8f425 (patch) | |
tree | 7cadfb3026e2b66d92f8e3620aac4d137f9b64ed /meta | |
parent | bf1160a62d758b0148856482cb7b3f6fed63a0c2 (diff) | |
download | openembedded-core-ee627d7a833e0d85f691729c4d2f774516a8f425.tar.gz openembedded-core-ee627d7a833e0d85f691729c4d2f774516a8f425.tar.bz2 openembedded-core-ee627d7a833e0d85f691729c4d2f774516a8f425.zip |
packagegroup-self-hosted: port to Python 3
A self-hosting packagegroup needs to ship Python 3 for bitbake, not Python 2.
Remove python-compiler as it was a standard module in Py2 and removed in Py3.
Remove python-misc as it is pulled in via python3-modules.
Remove python-rpm as it is only required by Smart, and if smart is installed
then python-rpm will be too.
[ YOCTO #9713 ]
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index c43e7e8fac..4e7fd4db37 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb @@ -148,12 +148,9 @@ RDEPENDS_packagegroup-self-hosted-extended = "\ perl-dev \ perl-modules \ perl-pod \ - python \ - python-compiler \ - python-git \ - python-misc \ - python-modules \ - python-rpm \ + python3 \ + python3-modules \ + python3-git \ quota \ readline \ rpm \ |