From 58b479f4d4d283e590a55a71151fca481fbe3c24 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 20 Mar 2014 19:04:55 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- cgit 1.2.3-korg