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:12:30 +0100 |
commit | 82374feece5c576f9950bad6861b1e00c6b30d84 (patch) | |
tree | bfdfcce173c0d0172f565216181989fc8e851129 /meta/recipes-core/packagegroups | |
parent | ced23e66ad3c255fdccfba24301c99cb60832cff (diff) | |
download | openembedded-core-82374feece5c576f9950bad6861b1e00c6b30d84.tar.gz openembedded-core-82374feece5c576f9950bad6861b1e00c6b30d84.tar.bz2 openembedded-core-82374feece5c576f9950bad6861b1e00c6b30d84.zip |
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]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-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 = "\ minicom \ mtools \ ncurses \ + ncurses-terminfo-base \ neon \ nfs-utils \ nfs-utils-client \ @@ -159,24 +160,29 @@ RDEPENDS_packagegroup-self-hosted-extended = "\ python-core \ python-curses \ python-datetime \ + python-difflib \ python-distutils \ python-elementtree \ python-email \ python-fcntl \ python-git \ + python-json \ python-logging \ python-misc \ + python-mmap \ python-multiprocessing \ python-netclient \ python-netserver \ python-pickle \ python-pkgutil \ + python-pprint \ python-re \ python-rpm \ python-shell \ python-sqlite3 \ python-subprocess \ python-textutils \ + python-unittest \ python-unixadmin \ python-xmlrpc \ quota \ |