aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-03-20 19:04:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-20 22:43:57 +0000
commit58b479f4d4d283e590a55a71151fca481fbe3c24 (patch)
tree0c8e9129adf1f01afec52dc29c0d704eea695a7d
parent30d3f06fddea2d8f3537d3415c95d75a6487078c (diff)
downloadopenembedded-core-58b479f4d4d283e590a55a71151fca481fbe3c24.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] 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>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-self-hosted.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index ed73617081..6a1d698c8a 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -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 \