[oe-commits] Saul Wold : Add package wget and perl modules.

git at git.openembedded.org git at git.openembedded.org
Mon Sep 10 12:08:53 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: ac4a60a1c585bfe5bdce1556303d49bef2594070
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ac4a60a1c585bfe5bdce1556303d49bef2594070

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Sep  6 11:38:23 2012 -0700

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]

Signed-off-by: Kang Kai <kai.kang at 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 at linux.intel.com>

---

 .../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 120326f..32dc58e 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 = "\
     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"





More information about the Openembedded-commits mailing list