]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-self-hosted: Add missing python code
authorSaul Wold <sgw@linux.intel.com>
Thu, 20 Mar 2014 19:04:55 +0000 (19:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Mar 2014 22:43:57 +0000 (22:43 +0000)
These are in the Toolchain list, so they should also be installed on the build appliance

[YOCTO #5061]

Fixes [YOCTO #5941].

(Partial backport of OE-Core master rev: 82374feece5c576f9950bad6861b1e00c6b30d84)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb

index ed73617081bd180de879f59f4bf12178489a5505..6a1d698c8ad374afaaf7053e920e2a0cedbb00ce 100644 (file)
@@ -130,6 +130,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
     minicom \
     mtools \
     ncurses \
+    ncurses-terminfo-base \
     neon \
     nfs-utils \
     nfs-utils-client \
@@ -150,17 +151,21 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
     python-core \
     python-curses \
     python-datetime \
+    python-difflib \
     python-distutils \
     python-elementtree \
     python-email \
     python-fcntl \
+    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 \