diff options
| author | Saul Wold <sgw@linux.intel.com> | 2014-03-20 19:04:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-20 22:44:15 +0000 |
| commit | 465a8605191e39be443fe999619a034ae49889d8 (patch) | |
| tree | fb1ced293216100b4ccb018d0096c9125cf55080 | |
| parent | c397b69e681d5f1ffe0a0bfd9d43ee880fc27553 (diff) | |
| download | poky-465a8605191e39be443fe999619a034ae49889d8.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)
(From OE-Core rev: 58b479f4d4d283e590a55a71151fca481fbe3c24)
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.bb | 5 |
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 = "\ | |||
| 130 | minicom \ | 130 | minicom \ |
| 131 | mtools \ | 131 | mtools \ |
| 132 | ncurses \ | 132 | ncurses \ |
| 133 | ncurses-terminfo-base \ | ||
| 133 | neon \ | 134 | neon \ |
| 134 | nfs-utils \ | 135 | nfs-utils \ |
| 135 | nfs-utils-client \ | 136 | nfs-utils-client \ |
| @@ -150,17 +151,21 @@ RDEPENDS_packagegroup-self-hosted-extended = "\ | |||
| 150 | python-core \ | 151 | python-core \ |
| 151 | python-curses \ | 152 | python-curses \ |
| 152 | python-datetime \ | 153 | python-datetime \ |
| 154 | python-difflib \ | ||
| 153 | python-distutils \ | 155 | python-distutils \ |
| 154 | python-elementtree \ | 156 | python-elementtree \ |
| 155 | python-email \ | 157 | python-email \ |
| 156 | python-fcntl \ | 158 | python-fcntl \ |
| 159 | python-json \ | ||
| 157 | python-logging \ | 160 | python-logging \ |
| 158 | python-misc \ | 161 | python-misc \ |
| 162 | python-mmap \ | ||
| 159 | python-multiprocessing \ | 163 | python-multiprocessing \ |
| 160 | python-netclient \ | 164 | python-netclient \ |
| 161 | python-netserver \ | 165 | python-netserver \ |
| 162 | python-pickle \ | 166 | python-pickle \ |
| 163 | python-pkgutil \ | 167 | python-pkgutil \ |
| 168 | python-pprint \ | ||
| 164 | python-re \ | 169 | python-re \ |
| 165 | python-rpm \ | 170 | python-rpm \ |
| 166 | python-shell \ | 171 | python-shell \ |
