[oe-commits] Frans Meulenbroeks : libtimedate-perl: moved to 1.20, added BBCLASSEXTEND

git version control git at git.openembedded.org
Sat Jan 2 16:14:43 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: ae17fce816b0087593cf767a8ae2d02ebda4edb2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ae17fce816b0087593cf767a8ae2d02ebda4edb2

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Jan  1 17:07:11 2010 +0100

libtimedate-perl: moved to 1.20, added BBCLASSEXTEND

---

 ...edate-perl_1.16.bb => libtimedate-perl_1.20.bb} |    4 +-
 recipes/xmltv/xmltv_0.5.56.bb                      |   55 +++++++++++++++----
 2 files changed, 46 insertions(+), 13 deletions(-)

diff --git a/recipes/perl/libtimedate-perl_1.16.bb b/recipes/perl/libtimedate-perl_1.20.bb
similarity index 72%
rename from recipes/perl/libtimedate-perl_1.16.bb
rename to recipes/perl/libtimedate-perl_1.20.bb
index 617238a..c7c0c1f 100644
--- a/recipes/perl/libtimedate-perl_1.16.bb
+++ b/recipes/perl/libtimedate-perl_1.20.bb
@@ -4,8 +4,10 @@ LICENSE = "Artistic|GPL"
 RDEPENDS += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
 PACKAGE_ARCH = "all"
 
-SRC_URI = "http://www.cpan.org/modules/by-module/Time/TimeDate-${PV}.tar.gz"
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"
 
 S = "${WORKDIR}/TimeDate-${PV}"
 
 inherit cpan
+
+BBCLASSEXTEND="native"
diff --git a/recipes/xmltv/xmltv_0.5.56.bb b/recipes/xmltv/xmltv_0.5.56.bb
index 8d455b2..3b27b82 100644
--- a/recipes/xmltv/xmltv_0.5.56.bb
+++ b/recipes/xmltv/xmltv_0.5.56.bb
@@ -4,18 +4,49 @@ PARALLEL_MAKE = ""
 SRC_URI="http://downloads.sourceforge.net/xmltv/xmltv-${PV}.tar.bz2 \
          file://Makefile.PL.patch;patch=1"
 
-RDEPENDS = "perl libxml-parser-perl libwww-perl libdate-manip-perl \
-		libxml-twig-perl libxml-writer-perl libfile-slurp-perl \
-		libtermreadkey-perl libarchive-zip-perl libio-zlib-perl \
-		libdate-manip-perl \
-                libhtml-treebuilder-perl libwww-mechanize-perl"
-DEPENDS = "perl libxml-parser-perl-native libwww-perl-native libdate-manip-perl-native \
-		libxml-twig-perl-native libxml-writer-perl-native libfile-slurp-perl-native \
-		libtermreadkey-perl-native libarchive-zip-perl-native libio-zlib-perl-native \
-		libdate-manip-perl-native \
-                libhtml-treebuilder-perl-native libwww-mechanize-perl-native"
-
-PR = "r2"
+RDEPENDS = "perl \
+            libarchive-zip-perl \
+            libdate-manip-perl \
+            libdatetime-format-strptime-perl \
+            libfile-slurp-perl \
+            libhtml-parser-perl \
+            libhtml-treebuilder-perl \
+            libio-stringy-perl libxml-dom-perl \
+            libio-zlib-perl \
+            libsoap-lite-perl \
+            libtermreadkey-perl \
+            libtimedate-perl \
+            libwww-mechanize-perl \
+            libwww-perl \
+            libxml-parser-perl \
+            libxml-twig-perl \
+            libxml-writer-perl \
+            perl-module-exporter-heavy \
+            perl-module-file-glob \
+            perl-module-getopt-long \
+            "
+
+DEPENDS = "perl \
+           libarchive-zip-perl-native \
+           libdate-manip-perl-native \
+           libdatetime-format-strptime-perl-native \
+           libfile-slurp-perl-native \
+           libhtml-parser-perl-native \
+           libhtml-treebuilder-perl-native \
+           libio-stringy-perl-native \
+           libio-zlib-perl-native \
+           libsoap-lite-perl-native \
+           libtermreadkey-perl-native \
+           libtimedate-perl-native \
+           libwww-mechanize-perl-native \
+           libwww-perl-native \
+           libxml-dom-perl-native \
+           libxml-parser-perl-native \
+           libxml-twig-perl-native \
+           libxml-writer-perl-native \
+           "
+
+PR = "r3"
 
 # cpan does not work, it installs things in the perl work dir iso the xmltv work dir
 # root cause are bad definitions in perl/config.sh, but I don't know what they should be





More information about the Openembedded-commits mailing list