diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-09-06 11:38:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-10 13:01:54 +0100 |
commit | f6cc0772504f3af0869f31abb0da0e5686c61aa8 (patch) | |
tree | 9124ec86e4d333e2ff9d47d4ee3d9638da0f0db5 /meta/recipes-extended | |
parent | 098beba3bda59626fd7cd65a9dd1e7c16d6e9a46 (diff) | |
download | poky-f6cc0772504f3af0869f31abb0da0e5686c61aa8.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb index 120326f255..32dc58e56e 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | |||
@@ -61,6 +61,7 @@ RDEPENDS_packagegroup-core-sys-extended = "\ | |||
61 | sysstat \ | 61 | sysstat \ |
62 | unzip \ | 62 | unzip \ |
63 | watchdog \ | 63 | watchdog \ |
64 | wget \ | ||
64 | which \ | 65 | which \ |
65 | xinetd \ | 66 | xinetd \ |
66 | zip \ | 67 | zip \ |
@@ -170,6 +171,8 @@ RDEPENDS_packagegroup-core-lsb-perl = "\ | |||
170 | perl-modules \ | 171 | perl-modules \ |
171 | perl-misc \ | 172 | perl-misc \ |
172 | perl-pod \ | 173 | perl-pod \ |
174 | perl-dev \ | ||
175 | perl-doc \ | ||
173 | " | 176 | " |
174 | 177 | ||
175 | SUMMARY_packagegroup-core-lsb-python = "LSB Runtime Languages (Python)" | 178 | SUMMARY_packagegroup-core-lsb-python = "LSB Runtime Languages (Python)" |
@@ -227,6 +230,12 @@ RDEPENDS_packagegroup-core-lsb-runtime-add = "\ | |||
227 | eglibc-localedata-posix \ | 230 | eglibc-localedata-posix \ |
228 | eglibc-extra-nss \ | 231 | eglibc-extra-nss \ |
229 | eglibc-pcprofile \ | 232 | eglibc-pcprofile \ |
233 | libclass-isa-perl \ | ||
234 | libenv-perl \ | ||
235 | libdumpvalue-perl \ | ||
236 | libfile-checktree-perl \ | ||
237 | libi18n-collate-perl \ | ||
238 | libpod-plainer-perl \ | ||
230 | " | 239 | " |
231 | 240 | ||
232 | PTH = "pth" | 241 | PTH = "pth" |