diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-04-10 18:33:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-11 12:08:14 +0100 |
commit | 0dca188d2d1a453b15d6e896cbde8e07979a37c2 (patch) | |
tree | f7df4f169fa2a3f2068ee23282396c663dbc1cd0 /meta/recipes-core | |
parent | 394445fdf9a5609228bcfcbcf4e60c1691f49d54 (diff) | |
download | poky-0dca188d2d1a453b15d6e896cbde8e07979a37c2.tar.gz |
task-self-hosted: Add vte and eglibc-gconv-ibm850
Adding vte for a more full featured terminal
adding eglibc-gconv-ibm850 for mcopy
(From OE-Core rev: b30a6eb08640b25bb0b0530f51a8cb749de1c311)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/tasks/task-self-hosted.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb index 6a24a7fa26..5588cd3a27 100644 --- a/meta/recipes-core/tasks/task-self-hosted.bb +++ b/meta/recipes-core/tasks/task-self-hosted.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Create Basic Image Tasks" | 5 | DESCRIPTION = "Create Basic Image Tasks" |
6 | PR = "r8" | 6 | PR = "r9" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 8 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
@@ -48,6 +48,7 @@ RDEPENDS_task-self-hosted-host-tools = "\ | |||
48 | parted \ | 48 | parted \ |
49 | pseudo \ | 49 | pseudo \ |
50 | screen \ | 50 | screen \ |
51 | vte \ | ||
51 | " | 52 | " |
52 | 53 | ||
53 | # eglibc-utils: for rpcgen | 54 | # eglibc-utils: for rpcgen |
@@ -62,6 +63,7 @@ RDEPENDS_task-self-hosted-sdk = "\ | |||
62 | cpp-symlinks \ | 63 | cpp-symlinks \ |
63 | distcc \ | 64 | distcc \ |
64 | eglibc-utils \ | 65 | eglibc-utils \ |
66 | eglibc-gconv-ibm850 \ | ||
65 | file \ | 67 | file \ |
66 | findutils \ | 68 | findutils \ |
67 | g++ \ | 69 | g++ \ |