summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tasks/task-core-lsb.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/tasks/task-core-lsb.bb')
-rw-r--r--meta/recipes-extended/tasks/task-core-lsb.bb5
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
5DESCRIPTION = "Create Small Image Tasks" 5DESCRIPTION = "Create Small Image Tasks"
6PR = "r3" 6PR = "r4"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 8LIC_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 = "\
111RDEPENDS_task-core-misc = "\ 111RDEPENDS_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 \