diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-08-29 16:06:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-30 16:23:46 +0100 |
commit | e38285f8f1a3d275107eb3c56dc729865d83dcdf (patch) | |
tree | 90c09ef6ae4401359ac1ab5847fad1535621b1bd /meta/recipes-core | |
parent | 9c0131d5bc0ff1cecaf8ab9c56ebce810837fb6b (diff) | |
download | poky-e38285f8f1a3d275107eb3c56dc729865d83dcdf.tar.gz |
packagegroup-self-hosted: Add missing python code
These are in the Toolchain list, so they should also be installed on the build appliance
[YOCTO #5061]
(From OE-Core rev: 82374feece5c576f9950bad6861b1e00c6b30d84)
Signed-off-by: Saul Wold <sgw@linux.intel.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.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index a931cb025b..90ec74eaa5 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
@@ -139,6 +139,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\ | |||
139 | minicom \ | 139 | minicom \ |
140 | mtools \ | 140 | mtools \ |
141 | ncurses \ | 141 | ncurses \ |
142 | ncurses-terminfo-base \ | ||
142 | neon \ | 143 | neon \ |
143 | nfs-utils \ | 144 | nfs-utils \ |
144 | nfs-utils-client \ | 145 | nfs-utils-client \ |
@@ -159,24 +160,29 @@ RDEPENDS_packagegroup-self-hosted-extended = "\ | |||
159 | python-core \ | 160 | python-core \ |
160 | python-curses \ | 161 | python-curses \ |
161 | python-datetime \ | 162 | python-datetime \ |
163 | python-difflib \ | ||
162 | python-distutils \ | 164 | python-distutils \ |
163 | python-elementtree \ | 165 | python-elementtree \ |
164 | python-email \ | 166 | python-email \ |
165 | python-fcntl \ | 167 | python-fcntl \ |
166 | python-git \ | 168 | python-git \ |
169 | python-json \ | ||
167 | python-logging \ | 170 | python-logging \ |
168 | python-misc \ | 171 | python-misc \ |
172 | python-mmap \ | ||
169 | python-multiprocessing \ | 173 | python-multiprocessing \ |
170 | python-netclient \ | 174 | python-netclient \ |
171 | python-netserver \ | 175 | python-netserver \ |
172 | python-pickle \ | 176 | python-pickle \ |
173 | python-pkgutil \ | 177 | python-pkgutil \ |
178 | python-pprint \ | ||
174 | python-re \ | 179 | python-re \ |
175 | python-rpm \ | 180 | python-rpm \ |
176 | python-shell \ | 181 | python-shell \ |
177 | python-sqlite3 \ | 182 | python-sqlite3 \ |
178 | python-subprocess \ | 183 | python-subprocess \ |
179 | python-textutils \ | 184 | python-textutils \ |
185 | python-unittest \ | ||
180 | python-unixadmin \ | 186 | python-unixadmin \ |
181 | python-xmlrpc \ | 187 | python-xmlrpc \ |
182 | quota \ | 188 | quota \ |