mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
DESCRIPTION = "Create Small Image Tasks"
|
DESCRIPTION = "Create Small Image Tasks"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
@@ -111,6 +111,7 @@ RDEPENDS_task-core-tcl = "\
|
|||||||
RDEPENDS_task-core-misc = "\
|
RDEPENDS_task-core-misc = "\
|
||||||
elfutils \
|
elfutils \
|
||||||
gettext \
|
gettext \
|
||||||
|
gettext-runtime \
|
||||||
groff \
|
groff \
|
||||||
lsb \
|
lsb \
|
||||||
lsbsetup \
|
lsbsetup \
|
||||||
@@ -131,6 +132,7 @@ RDEPENDS_task-core-lsb-command-add = "\
|
|||||||
msmtp \
|
msmtp \
|
||||||
chkconfig \
|
chkconfig \
|
||||||
xdg-utils \
|
xdg-utils \
|
||||||
|
foomatic-filters \
|
||||||
"
|
"
|
||||||
# cups
|
# cups
|
||||||
|
|
||||||
@@ -188,6 +190,7 @@ RDEPENDS_task-core-lsb-runtime-add = "\
|
|||||||
liburi-perl \
|
liburi-perl \
|
||||||
libxml-parser-perl \
|
libxml-parser-perl \
|
||||||
libxml-perl \
|
libxml-perl \
|
||||||
|
libxml-sax-perl \
|
||||||
eglibc-localedatas \
|
eglibc-localedatas \
|
||||||
eglibc-gconvs \
|
eglibc-gconvs \
|
||||||
eglibc-charmaps \
|
eglibc-charmaps \
|
||||||
|
|||||||
Reference in New Issue
Block a user