summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2015-01-14 16:58:38 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-11 17:40:09 +0000
commit8e02546ddd66761ca4c4e40b734a0d1b585a64f0 (patch)
treea2d618fce8d89b004f730e431f1f9d51f7493eb6 /meta/recipes-core
parentdc565377c68513d2e4d67086a7561c44ff4a3ab3 (diff)
downloadpoky-8e02546ddd66761ca4c4e40b734a0d1b585a64f0.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) (From OE-Core rev: 55073276dabf0a996209296e0096ff1a93a3e1e5) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-self-hosted.bb28
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 \