diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-01-14 16:58:38 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:29 +0000 |
commit | 5832ed334048fa8c63b962b7d7c8a4a8fc616d56 (patch) | |
tree | 356fd791a5a9cb87ce60d94ea63e836ed41c2b99 /meta | |
parent | 98396382384c44f482ac3a02fc36918d1b4cf1ed (diff) | |
download | poky-5832ed334048fa8c63b962b7d7c8a4a8fc616d56.tar.gz |
packagegroup-self-hosted: package all of Python
Based on commit 745dfbc869fd593d1b92e2bc9c01d589ab21ade3
"buildtools-tarball: package all of Python", we do the same here
for packagegroup-self-hosted.
The switch to the fetcher where it added BeautifulSoup revealed
a shortcoming in the python packaged for the self hosting (missing
htmlentitydefs). Here we fix it in the same way as what was done
for buildtools-tarball and include python-modules vs. all the
individual little chunks.
(From OE-Core rev: 4afbc5f7b2b8a6587110b16cda90e72c3e73a506)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
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 | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index f95ce77fd2..af57fac0ad 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
@@ -154,37 +154,11 @@ RDEPENDS_packagegroup-self-hosted-extended = "\ | |||
154 | perl-pod \ | 154 | perl-pod \ |
155 | ${PTH} \ | 155 | ${PTH} \ |
156 | python \ | 156 | python \ |
157 | python-compile \ | ||
158 | python-compiler \ | 157 | python-compiler \ |
159 | python-compression \ | ||
160 | python-core \ | ||
161 | python-curses \ | ||
162 | python-datetime \ | ||
163 | python-difflib \ | ||
164 | python-distutils \ | ||
165 | python-elementtree \ | ||
166 | python-email \ | ||
167 | python-fcntl \ | ||
168 | python-git \ | 158 | python-git \ |
169 | python-json \ | ||
170 | python-logging \ | ||
171 | python-misc \ | 159 | python-misc \ |
172 | python-mmap \ | 160 | python-modules \ |
173 | python-multiprocessing \ | ||
174 | python-netclient \ | ||
175 | python-netserver \ | ||
176 | python-pickle \ | ||
177 | python-pkgutil \ | ||
178 | python-pprint \ | ||
179 | python-re \ | ||
180 | python-rpm \ | 161 | python-rpm \ |
181 | python-shell \ | ||
182 | python-sqlite3 \ | ||
183 | python-subprocess \ | ||
184 | python-textutils \ | ||
185 | python-unittest \ | ||
186 | python-unixadmin \ | ||
187 | python-xmlrpc \ | ||
188 | quota \ | 162 | quota \ |
189 | readline \ | 163 | readline \ |
190 | rpm \ | 164 | rpm \ |