[OE-core] [PATCH 8/8] task-core-lsb: add packages

Kang Kai kai.kang at windriver.com
Fri Aug 31 10:00:12 UTC 2012


Add package wget and perl modules.

LSB needs wget to download packages but wget provided by busybox doesn't
support some options such as '-N'.

LSB perl test 4.1.6-2 case all/tst_perlModPresent.pl,
../lib/Class/ISA/t/00_about_verbose and ../lib/Class/ISA/t/01_old_junk.t
fail because of lack of these modules, add them to make test pass.

[Yocto #3030 #3031]

Signed-off-by: Kang Kai <kai.kang at windriver.com>
---
 meta/recipes-extended/tasks/task-core-lsb.bb |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index be9eac2..bda9353 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Create Small Image Tasks"
-PR = "r9"
+PR = "r10"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -138,6 +138,7 @@ RDEPENDS_task-core-lsb-command-add = "\
     foomatic-filters \
     cups \
     ghostscript \
+    wget \
 "
 
 RDEPENDS_task-core-lsb-perl-add = "\
@@ -183,6 +184,12 @@ RDEPENDS_task-core-lsb-runtime-add = "\
     pam-plugin-wheel \
     e2fsprogs-mke2fs \
     mkfontdir \
+    libclass-isa-perl \
+    libenv-perl \
+    libdumpvalue-perl \
+    libfile-checktree-perl \
+    libi18n-collate-perl \
+    libpod-plainer-perl \
     liburi-perl \
     libxml-parser-perl \
     libxml-perl \
-- 
1.7.5.4





More information about the Openembedded-core mailing list