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:47:15 +0100 |
commit | abd5c112cd8eddf36e237c73131fd9cb568cef0a (patch) | |
tree | cd6b2355977bf35804c76019e6d0a856b95352b9 /meta | |
parent | 24dc5fc5f5c0b11b20202ff9e85df88e47444bee (diff) | |
download | poky-abd5c112cd8eddf36e237c73131fd9cb568cef0a.tar.gz |
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 ]
(From OE-Core rev: ee627d7a833e0d85f691729c4d2f774516a8f425)
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 | 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 = "\ | |||
148 | perl-dev \ | 148 | perl-dev \ |
149 | perl-modules \ | 149 | perl-modules \ |
150 | perl-pod \ | 150 | perl-pod \ |
151 | python \ | 151 | python3 \ |
152 | python-compiler \ | 152 | python3-modules \ |
153 | python-git \ | 153 | python3-git \ |
154 | python-misc \ | ||
155 | python-modules \ | ||
156 | python-rpm \ | ||
157 | quota \ | 154 | quota \ |
158 | readline \ | 155 | readline \ |
159 | rpm \ | 156 | rpm \ |