diff options
author | Kang Kai <kai.kang@windriver.com> | 2011-05-05 15:58:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-16 15:32:19 +0100 |
commit | 3bfbeff147eb8129f84838773910cb35d79245b3 (patch) | |
tree | 3e42d1424a50cfed21a486cccdb31a96800b8ba6 | |
parent | 3ceeebe54c1a96c045e299eb5767d875a06341e2 (diff) | |
download | poky-3bfbeff147eb8129f84838773910cb35d79245b3.tar.gz |
task-core-lsb: add packages into lsb image
Add gettext-runtime, libxml-sax-perl and foomatic-filters to
task-core-image.bb
Bump PR to r4
(From OE-Core rev: f0b25bb849871ca7b3d72cdf1fcfdd9c82b3af92)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/tasks/task-core-lsb.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index 6de24b4478..70eb2d65dd 100644 --- a/meta/recipes-extended/tasks/task-core-lsb.bb +++ b/meta/recipes-extended/tasks/task-core-lsb.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Create Small Image Tasks" | 5 | DESCRIPTION = "Create Small Image Tasks" |
6 | PR = "r3" | 6 | PR = "r4" |
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" |
@@ -111,6 +111,7 @@ RDEPENDS_task-core-tcl = "\ | |||
111 | RDEPENDS_task-core-misc = "\ | 111 | RDEPENDS_task-core-misc = "\ |
112 | elfutils \ | 112 | elfutils \ |
113 | gettext \ | 113 | gettext \ |
114 | gettext-runtime \ | ||
114 | groff \ | 115 | groff \ |
115 | lsb \ | 116 | lsb \ |
116 | lsbsetup \ | 117 | lsbsetup \ |
@@ -131,6 +132,7 @@ RDEPENDS_task-core-lsb-command-add = "\ | |||
131 | msmtp \ | 132 | msmtp \ |
132 | chkconfig \ | 133 | chkconfig \ |
133 | xdg-utils \ | 134 | xdg-utils \ |
135 | foomatic-filters \ | ||
134 | " | 136 | " |
135 | # cups | 137 | # cups |
136 | 138 | ||
@@ -188,6 +190,7 @@ RDEPENDS_task-core-lsb-runtime-add = "\ | |||
188 | liburi-perl \ | 190 | liburi-perl \ |
189 | libxml-parser-perl \ | 191 | libxml-parser-perl \ |
190 | libxml-perl \ | 192 | libxml-perl \ |
193 | libxml-sax-perl \ | ||
191 | eglibc-localedatas \ | 194 | eglibc-localedatas \ |
192 | eglibc-gconvs \ | 195 | eglibc-gconvs \ |
193 | eglibc-charmaps \ | 196 | eglibc-charmaps \ |