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.

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>
This commit is contained in:
Saul Wold
2012-09-06 11:38:23 -07:00
committed by Richard Purdie
parent 098beba3bd
commit f6cc077250

View 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"