From 04ce0aa3ae54cb53e687889f2cb4ad45c1ae7df6 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 9 Sep 2010 22:38:13 +0200 Subject: libxml-twig-perl: updated to 3.35, changed uri to fetch from cpan Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-twig-perl_3.33.bb | 17 ----------------- recipes/perl/libxml-twig-perl_3.35.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 recipes/perl/libxml-twig-perl_3.33.bb create mode 100644 recipes/perl/libxml-twig-perl_3.35.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-twig-perl_3.33.bb b/recipes/perl/libxml-twig-perl_3.33.bb deleted file mode 100644 index e10fa58791..0000000000 --- a/recipes/perl/libxml-twig-perl_3.33.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "XML::Twig - A perl module for processing huge XML documents in tree mode." -SECTION = "libs" -LICENSE = "Artistic|GPL" -HOMEPAGE = "http://www.xmltwig.com/" -DEPENDS += "libxml-parser-perl" -PR = "r3" - -SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/XML-Twig-${PV}-upstream-keeps-changing-this-tarball-so-we-mirror-our-own.tar.gz" - -S = "${WORKDIR}/XML-Twig-${PV}" - -inherit cpan - -BBCLASSEXTEND="native" - -SRC_URI[md5sum] = "918f8fba33efe9cf5bc07907c6e46556" -SRC_URI[sha256sum] = "630241ba64685a264d6037cbfed29476ab36fce652746ad5966fcfc9d810abdc" diff --git a/recipes/perl/libxml-twig-perl_3.35.bb b/recipes/perl/libxml-twig-perl_3.35.bb new file mode 100644 index 0000000000..723977b5f8 --- /dev/null +++ b/recipes/perl/libxml-twig-perl_3.35.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "XML::Twig - A perl module for processing huge XML documents in tree mode." +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://www.xmltwig.com/" +DEPENDS += "libxml-parser-perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-${PV}.tar.gz" +SRC_URI[md5sum] = "867449a4c53c628dd16bdc8de49cfc88" +SRC_URI[sha256sum] = "aa5b841ffe832feca7db16ad4781f01a0bc29ea3e0eb4784ab4d4c12db5922c7" + +S = "${WORKDIR}/XML-Twig-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From 535925c83f477306d0eeb9ac90d1477c5bd819fb Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 9 Sep 2010 22:38:44 +0200 Subject: libimage-size-perl: added Signed-off-by: Frans Meulenbroeks --- recipes/perl/libimage-size-perl_3.230.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/perl/libimage-size-perl_3.230.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libimage-size-perl_3.230.bb b/recipes/perl/libimage-size-perl_3.230.bb new file mode 100644 index 0000000000..539463e8b3 --- /dev/null +++ b/recipes/perl/libimage-size-perl_3.230.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Image::Size read the dimensions of an image in several popular formats" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/Image-Size-${PV}.tar.gz" +SRC_URI[md5sum] = "17b5cc123a522aa3c4ca842094d0c0ba" +SRC_URI[sha256sum] = "b2cf429c306fc865c551843bb2db42c24e28286964219758f315fce7d2aa76ae" + +S = "${WORKDIR}/Image-Size-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From f24466c861dddd404fb74d1eefab28fa7ac450ac Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 9 Sep 2010 23:07:16 +0200 Subject: libxml-libxml-perl: added dependency for XML::NamespaceSupport Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-libxml-perl_1.70.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb index f298ac873f..5c565031ac 100644 --- a/recipes/perl/libxml-libxml-perl_1.70.bb +++ b/recipes/perl/libxml-libxml-perl_1.70.bb @@ -3,9 +3,10 @@ SECTION = "libs" LICENSE = "" DEPENDS += "libxml2 \ libxml-sax-perl \ + libxml-namespacesupport-perl \ zlib \ " -PR = "r0" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \ file://libxml-libxml-perl-disable-libxml2-check.patch \ -- cgit 1.2.3-korg From b985e56c9734c28d0252c5457c37b8ade669874b Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 10 Sep 2010 18:40:26 +0200 Subject: libxml-libxml-perl_1.70.bb: fix native build Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-libxml-perl_1.70.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb index 5c565031ac..e8ab1f08ae 100644 --- a/recipes/perl/libxml-libxml-perl_1.70.bb +++ b/recipes/perl/libxml-libxml-perl_1.70.bb @@ -6,7 +6,7 @@ DEPENDS += "libxml2 \ libxml-namespacesupport-perl \ zlib \ " -PR = "r1" +PR = "r2" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \ file://libxml-libxml-perl-disable-libxml2-check.patch \ @@ -23,3 +23,4 @@ EXTRA_CPANFLAGS = "INC=-I${STAGING_INCDIR}/libxml2 LIBS=-L${STAGING_LIBDIR}" BBCLASSEXTEND = "native" CFLAGS += " -D_GNU_SOURCE " +BUILD_CFLAGS += " -D_GNU_SOURCE " -- cgit 1.2.3-korg From d8ee8e6623ed70f8afafce74f714431a75d83c9f Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 10 Sep 2010 18:48:53 +0200 Subject: libsoap-lite-perl: updated to 0.712 Signed-off-by: Frans Meulenbroeks --- recipes/perl/libsoap-lite-perl_0.710.08.bb | 19 ------------------- recipes/perl/libsoap-lite-perl_0.712.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 recipes/perl/libsoap-lite-perl_0.710.08.bb create mode 100644 recipes/perl/libsoap-lite-perl_0.712.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libsoap-lite-perl_0.710.08.bb b/recipes/perl/libsoap-lite-perl_0.710.08.bb deleted file mode 100644 index 6d54766023..0000000000 --- a/recipes/perl/libsoap-lite-perl_0.710.08.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Client and server side SOAP implementation" -SECTION = "libs" -LICENSE = "Artistic|GPL" -PR = "r1" - -SRC_URI = "http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${PV}.tar.gz" - -S = "${WORKDIR}/SOAP-Lite-${PV}" - -inherit cpan - -do_configure_prepend () { - sed -i '/^use diagnostics;$/d' Makefile.PL -} - -BBCLASSEXTEND="native" - -SRC_URI[md5sum] = "e7869ad91fee76cc1782fe29fe3a989d" -SRC_URI[sha256sum] = "efe7dd9a1c6993d475ae1a653c5fa97a76a36accd468d49b030d81880ca11bef" diff --git a/recipes/perl/libsoap-lite-perl_0.712.bb b/recipes/perl/libsoap-lite-perl_0.712.bb new file mode 100644 index 0000000000..c9728f2b60 --- /dev/null +++ b/recipes/perl/libsoap-lite-perl_0.712.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Client and server side SOAP implementation" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${PV}.tar.gz" + +S = "${WORKDIR}/SOAP-Lite-${PV}" + +inherit cpan + +do_configure_prepend () { + sed -i '/^use diagnostics;$/d' Makefile.PL +} + +BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "fd71a0c0feff85f670ab4b2e571652a8" +SRC_URI[sha256sum] = "1767494854716afde371c569cd08edc8bcb5d53360f351c87d6ddfe30c33d492" + -- cgit 1.2.3-korg From b3c0b957fa3a56f16176dffce2c7b35c89ed5028 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 10 Sep 2010 18:55:36 +0200 Subject: libxml-namespacesupport-perl: updated to 1.11 Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-namespacesupport-perl_1.10.bb | 16 ---------------- recipes/perl/libxml-namespacesupport-perl_1.11.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes/perl/libxml-namespacesupport-perl_1.10.bb create mode 100644 recipes/perl/libxml-namespacesupport-perl_1.11.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-namespacesupport-perl_1.10.bb b/recipes/perl/libxml-namespacesupport-perl_1.10.bb deleted file mode 100644 index 3b49cef480..0000000000 --- a/recipes/perl/libxml-namespacesupport-perl_1.10.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "XML-NamespaceSupport" -SECTION = "libs" -LICENSE = "" -PR = "r0" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${PV}.tar.gz;name=namespacesupport" - -SRC_URI[namespacesupport.md5sum] = "0a760067d4b517672f064e911679c509" -SRC_URI[namespacesupport.sha256sum] = "a57357ac22959a5093a19177a0d541a478595d538afef659c19ae1e75849833e" - -S = "${WORKDIR}/XML-NamespaceSupport-${PV}" - -inherit cpan - -BBCLASSEXTEND="native" - diff --git a/recipes/perl/libxml-namespacesupport-perl_1.11.bb b/recipes/perl/libxml-namespacesupport-perl_1.11.bb new file mode 100644 index 0000000000..3816259800 --- /dev/null +++ b/recipes/perl/libxml-namespacesupport-perl_1.11.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "XML-NamespaceSupport" +SECTION = "libs" +LICENSE = "" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${PV}.tar.gz" +SRC_URI[md5sum] = "222cca76161cd956d724286d36b607da" +SRC_URI[sha256sum] = "6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea" + + +S = "${WORKDIR}/XML-NamespaceSupport-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" + -- cgit 1.2.3-korg From e9c03d628efbe37ebf96744fb31c44320e9128e7 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 10 Sep 2010 19:20:29 +0200 Subject: libtask-weaken-perl_1.03.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libtask-weaken-perl_1.03.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/libtask-weaken-perl_1.03.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libtask-weaken-perl_1.03.bb b/recipes/perl/libtask-weaken-perl_1.03.bb new file mode 100644 index 0000000000..80fa8e7489 --- /dev/null +++ b/recipes/perl/libtask-weaken-perl_1.03.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Task::Weaken - Ensure that a platform has weaken support" +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://www.xmltwig.com/" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Task-Weaken-${PV}.tar.gz" +SRC_URI[md5sum] = "056ce36c576450d22e6b23b4dbfacd02" +SRC_URI[sha256sum] = "fb1de84c81c523147f4007c559d3ac38fa474b2999f68b14387bb67e061ca8d0" + +S = "${WORKDIR}/Task-Weaken-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From ae19546edc671a0f887a67577713d8d224d26fd3 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 10 Sep 2010 19:21:28 +0200 Subject: libclass-inspector-perl_1.24.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libclass-inspector-perl_1.24.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/libclass-inspector-perl_1.24.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libclass-inspector-perl_1.24.bb b/recipes/perl/libclass-inspector-perl_1.24.bb new file mode 100644 index 0000000000..7044679c99 --- /dev/null +++ b/recipes/perl/libclass-inspector-perl_1.24.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Class::Inspector - Get information about a class and its structure" +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://www.xmltwig.com/" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${PV}.tar.gz" + +S = "${WORKDIR}/Class-Inspector-${PV}" +SRC_URI[md5sum] = "609189b49f64d329a6e413e0a6d8724a" +SRC_URI[sha256sum] = "0a70cac1276d33e5408d3ad4297b3732a2299f7ff463d94ab7d384f2c6b11a66" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From d03adfb9b6b52b5406df9507e7fc44196921fb52 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 12:08:12 +0200 Subject: libclass-inspector-perl_1.24.bb: removed faulty HOMEPAGE Signed-off-by: Frans Meulenbroeks --- recipes/perl/libclass-inspector-perl_1.24.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libclass-inspector-perl_1.24.bb b/recipes/perl/libclass-inspector-perl_1.24.bb index 7044679c99..176c68fa23 100644 --- a/recipes/perl/libclass-inspector-perl_1.24.bb +++ b/recipes/perl/libclass-inspector-perl_1.24.bb @@ -1,7 +1,6 @@ DESCRIPTION = "Class::Inspector - Get information about a class and its structure" SECTION = "libs" LICENSE = "Artistic|GPL" -HOMEPAGE = "http://www.xmltwig.com/" PR = "r0" SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${PV}.tar.gz" -- cgit 1.2.3-korg From ff4c0c591fce446a3ccce0384325eeb420c9d245 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 12:10:15 +0200 Subject: libclass-singleton-perl_1.4.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libclass-singleton-perl_1.4.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/perl/libclass-singleton-perl_1.4.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libclass-singleton-perl_1.4.bb b/recipes/perl/libclass-singleton-perl_1.4.bb new file mode 100644 index 0000000000..e2d68e27ba --- /dev/null +++ b/recipes/perl/libclass-singleton-perl_1.4.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Class::Singleton - Implementation of a "Singleton" class" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Class-Singleton-${PV}.tar.gz" + +S = "${WORKDIR}/Class-Singleton-${PV}" +SRC_URI[md5sum] = "a18b108ab97e2107cbbe816d2b3e2ee3" +SRC_URI[sha256sum] = "cfafc6e7c842e04fc11cc3e700551461a6aaa0b139470273aea2f29026e79150" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From d32b9170251c1c050037af6ecdd0955dc6443fc4 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 12:11:37 +0200 Subject: libtask-weaken-perl_1.03.bb: remove faulty HOMEPAGE Signed-off-by: Frans Meulenbroeks --- recipes/perl/libtask-weaken-perl_1.03.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libtask-weaken-perl_1.03.bb b/recipes/perl/libtask-weaken-perl_1.03.bb index 80fa8e7489..1c13d2de7b 100644 --- a/recipes/perl/libtask-weaken-perl_1.03.bb +++ b/recipes/perl/libtask-weaken-perl_1.03.bb @@ -1,7 +1,6 @@ DESCRIPTION = "Task::Weaken - Ensure that a platform has weaken support" SECTION = "libs" LICENSE = "Artistic|GPL" -HOMEPAGE = "http://www.xmltwig.com/" PR = "r0" SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Task-Weaken-${PV}.tar.gz" -- cgit 1.2.3-korg From 9f958c7e622a5a6c04649303cec0663140ee8949 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 12:14:17 +0200 Subject: libxml-simple-perl_2.18.bb: fixed dependencies Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-simple-perl_2.18.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-simple-perl_2.18.bb b/recipes/perl/libxml-simple-perl_2.18.bb index 0c9668d3e3..01262293bc 100644 --- a/recipes/perl/libxml-simple-perl_2.18.bb +++ b/recipes/perl/libxml-simple-perl_2.18.bb @@ -1,9 +1,9 @@ DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)" SECTION = "libs" LICENSE = "Artistic" -DEPENDS += "libxml-parser-perl" -RDEPENDS_${PN} += "libxml-parser-perl" -PR = "r2" +DEPENDS += "libxml-parser-perl libxml-sax-perl libxml-namespacesupport-perl" +RDEPENDS_${PN} += "libxml-parser-perl libxml-sax-perl libxml-namespacesupport-perl" +PR = "r3" SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" -- cgit 1.2.3-korg From 7fc41041363080488bf52206271cf44bda274695 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 12:31:07 +0200 Subject: libsoap-lite-perl_0.712.bb: fixed dependencies Signed-off-by: Frans Meulenbroeks --- recipes/perl/libsoap-lite-perl_0.712.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libsoap-lite-perl_0.712.bb b/recipes/perl/libsoap-lite-perl_0.712.bb index c9728f2b60..98e6953f39 100644 --- a/recipes/perl/libsoap-lite-perl_0.712.bb +++ b/recipes/perl/libsoap-lite-perl_0.712.bb @@ -1,7 +1,9 @@ DESCRIPTION = "Client and server side SOAP implementation" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r0" +DEPENDS = " libmime-tools-perl libwww-perl libxml-parser-perl libtask-weaken-perl \ + libio-socket-ssl-perl libclass-inspector-perl " +PR = "r1" SRC_URI = "http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${PV}.tar.gz" -- cgit 1.2.3-korg From 2f8bab433c8b9db9f85d5ac2eaa87e5147d3aeeb Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 12:38:41 +0200 Subject: libxml-xpath-perl_1.13.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-xpath-perl_1.13.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/perl/libxml-xpath-perl_1.13.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-xpath-perl_1.13.bb b/recipes/perl/libxml-xpath-perl_1.13.bb new file mode 100644 index 0000000000..d1f28c4655 --- /dev/null +++ b/recipes/perl/libxml-xpath-perl_1.13.bb @@ -0,0 +1,14 @@ +DESCRIPTION ="XML::XPath - a set of modules for parsing and evaluating XPath statement" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-XPath-${PV}.tar.gz" +SRC_URI[md5sum] = "b5919d9220d83982feb6e2321850c5d7" +SRC_URI[sha256sum] = "2a49c2df34007588397bdf7ae5f122df72a9499df5cbec8fbc6ad4a31a775576" + +S = "${WORKDIR}/XML-XPath-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From 6ba68f44dcb7bf060e865b6744e0f2320b224c67 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 13:20:26 +0200 Subject: libdatetime-timezone-perl_1.21.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-timezone-perl_1.21.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/perl/libdatetime-timezone-perl_1.21.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-timezone-perl_1.21.bb b/recipes/perl/libdatetime-timezone-perl_1.21.bb new file mode 100644 index 0000000000..5eda12c08e --- /dev/null +++ b/recipes/perl/libdatetime-timezone-perl_1.21.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "DateTime - A date and time object" +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://datetime.perl.org/" +DEPENDS = "libclass-singleton-perl libparams-validate-perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-TimeZone-${PV}.tar.gz" +SRC_URI[md5sum] = "442c2754c061b61e30f04e57954abba3" +SRC_URI[sha256sum] = "febec17fc7428e5ff897f1772d3e230f2b8e3afbc94558dc2a60b092608c90c6" + +S = "${WORKDIR}/DateTime-TimeZone-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From 0c71edbbd7287c76c3d552ddafa91b0d8b25713d Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 13:22:06 +0200 Subject: libdatetime-locale-perl_0.45.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-locale-perl_0.45.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/perl/libdatetime-locale-perl_0.45.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-locale-perl_0.45.bb b/recipes/perl/libdatetime-locale-perl_0.45.bb new file mode 100644 index 0000000000..276c5d611f --- /dev/null +++ b/recipes/perl/libdatetime-locale-perl_0.45.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "DateTime::Locale - Localization support for DateTime.pm" +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://datetime.perl.org/" +DEPENDS = "libclass-singleton-perl libparams-validate-perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Locale-${PV}.tar.gz" +SRC_URI[md5sum] = "8ba6a4b70f8fa7d987529c2e2c708862" +SRC_URI[sha256sum] = "8aa1b8db0baccc26ed88f8976a228d2cdf4f6ed4e10fc88c1501ecd8f3ccaf9c" + +S = "${WORKDIR}/DateTime-Locale-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From 1024a9a6f0d4e2964babc8213af805d8dc5f15c1 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 13:35:20 +0200 Subject: libdatetime-perl_0.61.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-perl_0.61.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/libdatetime-perl_0.61.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-perl_0.61.bb b/recipes/perl/libdatetime-perl_0.61.bb new file mode 100644 index 0000000000..751fa1b254 --- /dev/null +++ b/recipes/perl/libdatetime-perl_0.61.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "DateTime - A date and time object" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = "libtest-exception-perl libdatetime-timezone-perl libdatetime-locale-perl " +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-${PV}.tar.gz" +SRC_URI[md5sum] = "0802efbc53eb11a09d1528223cd52e88" +SRC_URI[sha256sum] = "74b561a73dc060b9be3b03ddeafd93b5995673abe71f4614fe402c3eb51d236f" + +S = "${WORKDIR}/DateTime-${PV}" + +inherit cpan_build + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From 68ab9fbe62338beb44ae4fe310591d1ff204f8f9 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 13:36:18 +0200 Subject: libclass-factory-util-perl_1.7.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libclass-factory-util-perl_1.7.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/libclass-factory-util-perl_1.7.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libclass-factory-util-perl_1.7.bb b/recipes/perl/libclass-factory-util-perl_1.7.bb new file mode 100644 index 0000000000..2661688984 --- /dev/null +++ b/recipes/perl/libclass-factory-util-perl_1.7.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Class::Factory::Util - Provide utility methods for factory classes" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = "libmodule-build-perl-native" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-${PV}.tar.gz" +SRC_URI[md5sum] = "aebd79da361b676a7ecd3245fc3d1b3f" +SRC_URI[sha256sum] = "6c516b445b44f87363fb3a148431d31e9ecb5e6f21fb6481c89b2406b6692e26" + +S = "${WORKDIR}/Class-Factory-Util-${PV}" + +inherit cpan_build + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From 05f70ea99e0c637fc1eb7022124154f00e452350 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 13:38:20 +0200 Subject: libdatetime-format-builder-perl_0.80.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-format-builder-perl_0.80.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/libdatetime-format-builder-perl_0.80.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-format-builder-perl_0.80.bb b/recipes/perl/libdatetime-format-builder-perl_0.80.bb new file mode 100644 index 0000000000..079950ee62 --- /dev/null +++ b/recipes/perl/libdatetime-format-builder-perl_0.80.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "DateTime::Format::Builder - Create DateTime parser classes and objects" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = " libclass-factory-util-perl libdatetime-perl libdatetime-format-strptime-perl libtask-weaken-perl " +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-${PV}.tar.gz" +SRC_URI[md5sum] = "f6c5d5a17b5b7478ff555a2d3cce5136" +SRC_URI[sha256sum] = "9250fe0f7312fe6b12295280a10968d665bee563170477a272a099464cd02c89" + +S = "${WORKDIR}/DateTime-Format-Builder-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From 5304a43a64e44373129bbe505adcd69876897c19 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 14:02:27 +0200 Subject: libdatetime-format-iso8601-perl_0.07.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-format-iso8601-perl_0.07.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/libdatetime-format-iso8601-perl_0.07.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-format-iso8601-perl_0.07.bb b/recipes/perl/libdatetime-format-iso8601-perl_0.07.bb new file mode 100644 index 0000000000..c67ff0a4d5 --- /dev/null +++ b/recipes/perl/libdatetime-format-iso8601-perl_0.07.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "DateTime::Format::ISO8601 - Parses ISO8601 formats" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = " libdatetime-perl libdatetime-format-builder-perl " +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-${PV}.tar.gz" +SRC_URI[md5sum] = "debb51180d0318ae09cad01c544a1d7d" +SRC_URI[sha256sum] = "e362d6a006934854d041b3833b106bd1489278ee8348ee3c24bbc5ed87ed9618" + +S = "${WORKDIR}/DateTime-Format-ISO8601-${PV}" + +inherit cpan_build + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From a47ba2149aec9fd187632841143db42301809b44 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 14:06:12 +0200 Subject: libtest-exception-perl_0.22.bb: added BBCLASSEXTEND = "native" Signed-off-by: Frans Meulenbroeks --- recipes/perl/libtest-exception-perl_0.22.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libtest-exception-perl_0.22.bb b/recipes/perl/libtest-exception-perl_0.22.bb index 737dd79168..1e522a9cc8 100644 --- a/recipes/perl/libtest-exception-perl_0.22.bb +++ b/recipes/perl/libtest-exception-perl_0.22.bb @@ -5,13 +5,14 @@ DEPENDS += "libsub-uplevel-perl-native" RDEPENDS_${PN} += "perl-module-base perl-module-carp perl-module-strict \ libsub-uplevel-perl perl-module-test-builder \ perl-module-warnings" -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz" +SRC_URI[md5sum] = "dcf44183af3d26b14d7f989fc5ee1117" +SRC_URI[sha256sum] = "98b129aa38a729f9c63b3ae2118b500f76bcf3456bb03a5f049f67ddea7efc81" S = "${WORKDIR}/Test-Exception-${PV}" inherit cpan -SRC_URI[md5sum] = "dcf44183af3d26b14d7f989fc5ee1117" -SRC_URI[sha256sum] = "98b129aa38a729f9c63b3ae2118b500f76bcf3456bb03a5f049f67ddea7efc81" +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From 29c8d7102459aa0da180993e4c32604d46ba92eb Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:16:05 +0200 Subject: libxml-twig-perl_3.35.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-twig-perl_3.35.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-twig-perl_3.35.bb b/recipes/perl/libxml-twig-perl_3.35.bb index 723977b5f8..522e06f510 100644 --- a/recipes/perl/libxml-twig-perl_3.35.bb +++ b/recipes/perl/libxml-twig-perl_3.35.bb @@ -2,8 +2,9 @@ DESCRIPTION = "XML::Twig - A perl module for processing huge XML documents in tr SECTION = "libs" LICENSE = "Artistic|GPL" HOMEPAGE = "http://www.xmltwig.com/" -DEPENDS += "libxml-parser-perl" -PR = "r0" +DEPENDS += "libxml-parser-perl-native" +RDEPENDS_${PN} += "libxml-parser-perl" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-${PV}.tar.gz" SRC_URI[md5sum] = "867449a4c53c628dd16bdc8de49cfc88" -- cgit 1.2.3-korg From 2fd0a947097bdb3fe839af4a43aeaf4e0861b4a8 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:19:54 +0200 Subject: liblist-moreutils-perl_0.22.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/liblist-moreutils-perl_0.22.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/liblist-moreutils-perl_0.22.bb (limited to 'recipes/perl') diff --git a/recipes/perl/liblist-moreutils-perl_0.22.bb b/recipes/perl/liblist-moreutils-perl_0.22.bb new file mode 100644 index 0000000000..352ae4344d --- /dev/null +++ b/recipes/perl/liblist-moreutils-perl_0.22.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "List::MoreUtils - Provide the stuff missing in List::Util" +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://datetime.perl.org/" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-${PV}.tar.gz" +SRC_URI[md5sum] = "3a6ec506f40662ab1296c48c5eb72016" +SRC_URI[sha256sum] = "b4948b26851d9d9ac611eb487ecb92815dc3c5ee64e414bc67211b48590f62b7" + +S = "${WORKDIR}/List-MoreUtils-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg From e7729024edd89de8d3093c63a6cd966456b6f88c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:36:55 +0200 Subject: libdatetime-format-iso8601-perl_0.07.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-format-iso8601-perl_0.07.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-format-iso8601-perl_0.07.bb b/recipes/perl/libdatetime-format-iso8601-perl_0.07.bb index c67ff0a4d5..7110c38c91 100644 --- a/recipes/perl/libdatetime-format-iso8601-perl_0.07.bb +++ b/recipes/perl/libdatetime-format-iso8601-perl_0.07.bb @@ -1,8 +1,9 @@ DESCRIPTION = "DateTime::Format::ISO8601 - Parses ISO8601 formats" SECTION = "libs" LICENSE = "Artistic|GPL" -DEPENDS = " libdatetime-perl libdatetime-format-builder-perl " -PR = "r0" +DEPENDS = " libdatetime-perl-native libdatetime-format-builder-perl-native " +RDEPENDS_${PN} = " libdatetime-perl libdatetime-format-builder-perl " +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-${PV}.tar.gz" SRC_URI[md5sum] = "debb51180d0318ae09cad01c544a1d7d" -- cgit 1.2.3-korg From 17695548e24e2ae89c90c26301f5ff4046f5edf5 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:40:26 +0200 Subject: libnetaddr-ip-perl_4.027.bb: removed DEPENDS not needed according to cpantesters.org Signed-off-by: Frans Meulenbroeks --- recipes/perl/libnetaddr-ip-perl_4.027.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libnetaddr-ip-perl_4.027.bb b/recipes/perl/libnetaddr-ip-perl_4.027.bb index 155b285173..07b5ec1242 100644 --- a/recipes/perl/libnetaddr-ip-perl_4.027.bb +++ b/recipes/perl/libnetaddr-ip-perl_4.027.bb @@ -1,11 +1,10 @@ DESCRIPTION = "Perl module to manage IPv4 and IPv6 addresses and subnets" SECTION = "libs" LICENSE = "Artistic|GPL" -DEPENDS = "libtest-pod-perl-native" RDEPENDS_${PN} += "perl-module-test-more" BBCLASSEXTEND = "native" -PR = "r0" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${PV}.tar.gz;name=netaddr-ip-perl-${PV}" SRC_URI[netaddr-ip-perl-4.027.md5sum] = "c4a21a76e5b1b9f4c8e9810b78559d7b" -- cgit 1.2.3-korg From d5c6ca318fc2f66a4cc6fae386280929dcbe2604 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:45:10 +0200 Subject: libxml-simple-perl_2.18.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-simple-perl_2.18.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-simple-perl_2.18.bb b/recipes/perl/libxml-simple-perl_2.18.bb index 01262293bc..cc69ec288c 100644 --- a/recipes/perl/libxml-simple-perl_2.18.bb +++ b/recipes/perl/libxml-simple-perl_2.18.bb @@ -1,9 +1,9 @@ DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)" SECTION = "libs" LICENSE = "Artistic" -DEPENDS += "libxml-parser-perl libxml-sax-perl libxml-namespacesupport-perl" -RDEPENDS_${PN} += "libxml-parser-perl libxml-sax-perl libxml-namespacesupport-perl" -PR = "r3" +DEPENDS += "libxml-sax-perl-native" +RDEPENDS_${PN} += "libxml-sax-perl" +PR = "r4" SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" -- cgit 1.2.3-korg From 9492a432ec1491cfd2f8a15f1eb94938404b985a Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:46:55 +0200 Subject: libxml-sax-perl_0.96.bb: fix RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-sax-perl_0.96.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-sax-perl_0.96.bb b/recipes/perl/libxml-sax-perl_0.96.bb index 260a98f809..0e2cbc7663 100644 --- a/recipes/perl/libxml-sax-perl_0.96.bb +++ b/recipes/perl/libxml-sax-perl_0.96.bb @@ -2,7 +2,8 @@ DESCRIPTION = "XML-SAX" SECTION = "libs" LICENSE = "" DEPENDS += "libxml-namespacesupport-perl-native" -PR = "r0" +RDEPENDS_${PN} += "libxml-namespacesupport-perl perl-module-file-temp" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz;name=sax" SRC_URI[sax.md5sum] = "bdcd4119a62505184e211e9dfaef0ab1" -- cgit 1.2.3-korg From 97052c7b66ed9bed95a5de8b504da97943cf842d Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:48:03 +0200 Subject: libterm-progressbar-perl_2.09.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libterm-progressbar-perl_2.09.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libterm-progressbar-perl_2.09.bb b/recipes/perl/libterm-progressbar-perl_2.09.bb index ca7ff83472..4ce148ace9 100644 --- a/recipes/perl/libterm-progressbar-perl_2.09.bb +++ b/recipes/perl/libterm-progressbar-perl_2.09.bb @@ -1,8 +1,9 @@ DESCRIPTION = "Term::ProgressBar - provide a progress meter on a standard terminal" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r0" -DEPENDS = "libtermreadkey-perl libclass-methodmaker-perl" +PR = "r1" +DEPENDS = "libtermreadkey-perl-native libclass-methodmaker-perl-native" +RDEPENDS_${PN} = "libtermreadkey-perl libclass-methodmaker-perl" SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLUFFY/Term-ProgressBar-${PV}.tar.gz" -- cgit 1.2.3-korg From 4bc984b8f830a508f37af9b8a801d77addb3046c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:05:11 +0200 Subject: libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-libxml-perl_1.70.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb index e8ab1f08ae..373885e01a 100644 --- a/recipes/perl/libxml-libxml-perl_1.70.bb +++ b/recipes/perl/libxml-libxml-perl_1.70.bb @@ -2,11 +2,14 @@ DESCRIPTION = "XML-LibXML" SECTION = "libs" LICENSE = "" DEPENDS += "libxml2 \ + libxml-sax-perl-native \ + zlib \ +" +RDEPENDS_${PN} += "libxml2 \ libxml-sax-perl \ - libxml-namespacesupport-perl \ zlib \ " -PR = "r2" +PR = "r3" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \ file://libxml-libxml-perl-disable-libxml2-check.patch \ -- cgit 1.2.3-korg From 38ffe1112b6c257c67e36c936b223fb0d5187d65 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:08:33 +0200 Subject: libsoap-lite-perl_0.712.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libsoap-lite-perl_0.712.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libsoap-lite-perl_0.712.bb b/recipes/perl/libsoap-lite-perl_0.712.bb index 98e6953f39..47d9c524da 100644 --- a/recipes/perl/libsoap-lite-perl_0.712.bb +++ b/recipes/perl/libsoap-lite-perl_0.712.bb @@ -1,9 +1,12 @@ DESCRIPTION = "Client and server side SOAP implementation" SECTION = "libs" LICENSE = "Artistic|GPL" -DEPENDS = " libmime-tools-perl libwww-perl libxml-parser-perl libtask-weaken-perl \ - libio-socket-ssl-perl libclass-inspector-perl " -PR = "r1" +DEPENDS = " libmime-tools-perl-native libwww-perl-native libxml-parser-perl-native libtask-weaken-perl-native \ + libio-socket-ssl-perl-native libclass-inspector-perl-native " +RDEPENDS_${PN} = " libmime-tools-perl libwww-perl libxml-parser-perl libtask-weaken-perl \ + libio-socket-ssl-perl libclass-inspector-perl \ + perl-module-scalar-util perl-module-constant" +PR = "r2" SRC_URI = "http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${PV}.tar.gz" -- cgit 1.2.3-korg From efbe1e17538a0346a39607ad60cb76668de394cd Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:09:05 +0200 Subject: libmime-tools-perl_5.427.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libmime-tools-perl_5.427.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libmime-tools-perl_5.427.bb b/recipes/perl/libmime-tools-perl_5.427.bb index 480c1ebd46..2eb2410d09 100644 --- a/recipes/perl/libmime-tools-perl_5.427.bb +++ b/recipes/perl/libmime-tools-perl_5.427.bb @@ -11,6 +11,7 @@ RDEPENDS_${PN} += "\ libio-stringy-perl \ libmailtools-perl \ libtest-pod-perl \ + libtimedate-perl \ perl-module-file-path \ perl-module-file-spec \ perl-module-file-temp \ @@ -21,7 +22,7 @@ RDEPENDS_${PN} += "\ " BBCLASSEXTEND = "native" -PR = "r0" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DO/DONEILL/MIME-tools-${PV}.tar.gz;name=mime-tools-perl-${PV}" SRC_URI[mime-tools-perl-5.427.md5sum] = "4333caa7238cb9eafb5f7fb39fcbd8e7" -- cgit 1.2.3-korg From 8c5201b8c6d4b1ef792960eb8c07af0e83c5d816 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:09:37 +0200 Subject: libhttp-cache-transparent-perl_1.0.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libhttp-cache-transparent-perl_1.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libhttp-cache-transparent-perl_1.0.bb b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb index 5248d593db..3f28153bc6 100644 --- a/recipes/perl/libhttp-cache-transparent-perl_1.0.bb +++ b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb @@ -1,9 +1,10 @@ DESCRIPTION = "HTTP::Cache::Transparent - Cache the result of http get-requests persistently." SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r0" +PR = "r1" -DEPENDS += "libwww-perl liburi-perl libhtml-tagset-perl libhtml-parser-perl" +DEPENDS += "libwww-perl-native" +RDEPENDS_${PN} += "libwww-perl" SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-${PV}.tar.gz" -- cgit 1.2.3-korg From eed01ee244f5a8b9a04268222ed12dae122e94a9 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:10:56 +0200 Subject: libdatetime-format-builder-perl_0.80.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-format-builder-perl_0.80.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-format-builder-perl_0.80.bb b/recipes/perl/libdatetime-format-builder-perl_0.80.bb index 079950ee62..7fa801e222 100644 --- a/recipes/perl/libdatetime-format-builder-perl_0.80.bb +++ b/recipes/perl/libdatetime-format-builder-perl_0.80.bb @@ -1,8 +1,10 @@ DESCRIPTION = "DateTime::Format::Builder - Create DateTime parser classes and objects" SECTION = "libs" LICENSE = "Artistic|GPL" -DEPENDS = " libclass-factory-util-perl libdatetime-perl libdatetime-format-strptime-perl libtask-weaken-perl " -PR = "r0" +DEPENDS = " libclass-factory-util-perl-native libdatetime-perl-native libdatetime-format-strptime-perl-native \ + libtask-weaken-perl-native " +RDEPENDS_${PN} = " libclass-factory-util-perl libdatetime-perl libdatetime-format-strptime-perl libtask-weaken-perl " +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-${PV}.tar.gz" SRC_URI[md5sum] = "f6c5d5a17b5b7478ff555a2d3cce5136" -- cgit 1.2.3-korg From a07b016181aed6140574951c7a3e7ee5ede7bc40 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:12:32 +0200 Subject: libdatetime-locale-perl_0.45.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-locale-perl_0.45.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-locale-perl_0.45.bb b/recipes/perl/libdatetime-locale-perl_0.45.bb index 276c5d611f..fc712d5ef3 100644 --- a/recipes/perl/libdatetime-locale-perl_0.45.bb +++ b/recipes/perl/libdatetime-locale-perl_0.45.bb @@ -2,8 +2,9 @@ DESCRIPTION = "DateTime::Locale - Localization support for DateTime.pm" SECTION = "libs" LICENSE = "Artistic|GPL" HOMEPAGE = "http://datetime.perl.org/" -DEPENDS = "libclass-singleton-perl libparams-validate-perl" -PR = "r0" +DEPENDS = "liblist-moreutils-perl-native libparams-validate-perl-native" +RDEPENDS_${PN} = "liblist-moreutils-perl libparams-validate-perl" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Locale-${PV}.tar.gz" SRC_URI[md5sum] = "8ba6a4b70f8fa7d987529c2e2c708862" -- cgit 1.2.3-korg From 7066aeed54f373b8b1445c406e4cb50856e36171 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:12:57 +0200 Subject: libdatetime-perl_0.61.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-perl_0.61.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-perl_0.61.bb b/recipes/perl/libdatetime-perl_0.61.bb index 751fa1b254..46ac8cd6ab 100644 --- a/recipes/perl/libdatetime-perl_0.61.bb +++ b/recipes/perl/libdatetime-perl_0.61.bb @@ -1,8 +1,10 @@ DESCRIPTION = "DateTime - A date and time object" SECTION = "libs" LICENSE = "Artistic|GPL" -DEPENDS = "libtest-exception-perl libdatetime-timezone-perl libdatetime-locale-perl " -PR = "r0" +DEPENDS = "libtest-exception-perl-native libdatetime-timezone-perl-native libdatetime-locale-perl-native " +RDEPENDS_${PN} = "libtest-exception-perl libdatetime-timezone-perl libdatetime-locale-perl \ + perl-module-scalar-util perl-module-pod-man perl-module-time-local" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-${PV}.tar.gz" SRC_URI[md5sum] = "0802efbc53eb11a09d1528223cd52e88" -- cgit 1.2.3-korg From dd40f324743c229367b08bfd3cbddbefb088c3dc Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:13:17 +0200 Subject: libdatetime-timezone-perl_1.21.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-timezone-perl_1.21.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libdatetime-timezone-perl_1.21.bb b/recipes/perl/libdatetime-timezone-perl_1.21.bb index 5eda12c08e..01d5367b7d 100644 --- a/recipes/perl/libdatetime-timezone-perl_1.21.bb +++ b/recipes/perl/libdatetime-timezone-perl_1.21.bb @@ -1,9 +1,11 @@ -DESCRIPTION = "DateTime - A date and time object" +DESCRIPTION = "DateTime::TimeZone - Time zone object base class and factory" SECTION = "libs" LICENSE = "Artistic|GPL" HOMEPAGE = "http://datetime.perl.org/" -DEPENDS = "libclass-singleton-perl libparams-validate-perl" -PR = "r0" +DEPENDS = "libclass-singleton-perl-native libparams-validate-perl-native" +RDEPENDS_${PN} = "libclass-singleton-perl libparams-validate-perl \ + perl-module-test-more perl-module-cwd" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-TimeZone-${PV}.tar.gz" SRC_URI[md5sum] = "442c2754c061b61e30f04e57954abba3" -- cgit 1.2.3-korg