Add package wget and perl modules.
authorSaul Wold <sgw@linux.intel.com>
Thu, 6 Sep 2012 18:38:23 +0000 (11:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Sep 2012 12:01:54 +0000 (13:01 +0100)
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.

File CORE/config.h which is provided by perl-dev and file
unicore/version which is provided by perl-doc are required by LSB perl
test cases.

Add perl-dev and perl-doc to packagegroups-core-lsb.

[Yocto #3030 #3031 #3052 #3054 #3055]

(From OE-Core rev: ac4a60a1c585bfe5bdce1556303d49bef2594070)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Rebased for packagegroup change -sgw
These perl libraries are being added directly to OE-Core for 4.1
LSB Complainace, when 5.0 comes out early next year (2013), we will
remove these changes.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb

index 120326f..32dc58e 100644 (file)
@@ -61,6 +61,7 @@ RDEPENDS_packagegroup-core-sys-extended = "\
     sysstat \
     unzip \
     watchdog \
+    wget \
     which \
     xinetd \
     zip \
@@ -170,6 +171,8 @@ RDEPENDS_packagegroup-core-lsb-perl = "\
     perl-modules \
     perl-misc \
     perl-pod \
+    perl-dev \
+    perl-doc \
 "
 
 SUMMARY_packagegroup-core-lsb-python = "LSB Runtime Languages (Python)"
@@ -227,6 +230,12 @@ RDEPENDS_packagegroup-core-lsb-runtime-add = "\
     eglibc-localedata-posix \
     eglibc-extra-nss \
     eglibc-pcprofile \
+    libclass-isa-perl \
+    libenv-perl \
+    libdumpvalue-perl \
+    libfile-checktree-perl \
+    libi18n-collate-perl \
+    libpod-plainer-perl \
 "
 
 PTH = "pth"