From 624e76067d3f349a84d4fe68d18dcc5d67493719 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 2 Jan 2010 18:07:32 +0100 Subject: liburi-perl: moved to 1.52 --- conf/checksums.ini | 4 ++++ recipes/perl/liburi-perl_1.35.bb | 17 ----------------- recipes/perl/liburi-perl_1.52.bb | 17 +++++++++++++++++ 3 files changed, 21 insertions(+), 17 deletions(-) delete mode 100644 recipes/perl/liburi-perl_1.35.bb create mode 100644 recipes/perl/liburi-perl_1.52.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 774f9ff7e6..85d9f6fddc 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -1370,6 +1370,10 @@ sha256=e0602bb05e31f6100b6f9ab35cfa93ab9f7a1c50a351a0ddfcd236a923bddfb0 md5=1a933b1114c41a25587ee59ba8376f7c sha256=1684cb64a6bd24e019532ae2e5d4a962d43d9215623e9d4dc77536f118fbf31b +[http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-1.52.tar.gz] +md5=d6ba96cc3e650af6537675e016e83d3e +sha256=3d325b52c9d1e7aa2fbf67131f1f5ee39964cbe54e864bcfb9808af274a9eb4a + [http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-2.09.tar.gz] md5=553e68e603723bf7c631f8701ab0d678 sha256=c817bedb954ea2d488bade56059028b99e0198f6826482e2f68fd6d78653faad diff --git a/recipes/perl/liburi-perl_1.35.bb b/recipes/perl/liburi-perl_1.35.bb deleted file mode 100644 index 7b88ce8ba1..0000000000 --- a/recipes/perl/liburi-perl_1.35.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Manipulates and accesses URI strings" -SECTION = "libs" -LICENSE = "Artistic|GPL" -#RDEPENDS += " libmime-base64-perl libnet-perl" -PR = "r3" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz" - -S = "${WORKDIR}/URI-${PV}" - -inherit cpan - -BBCLASSEXTEND="native" - -do_configure_append() { - sed -i -e "s|PERL_ARCHLIB = /usr/lib/perl/5.8|PERL_ARCHLIB = ${STAGING_LIBDIR_NATIVE}/perl/5.8.8|" Makefile -} diff --git a/recipes/perl/liburi-perl_1.52.bb b/recipes/perl/liburi-perl_1.52.bb new file mode 100644 index 0000000000..e0674c670a --- /dev/null +++ b/recipes/perl/liburi-perl_1.52.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Manipulates and accesses URI strings" +SECTION = "libs" +LICENSE = "Artistic|GPL" +#RDEPENDS += " libmime-base64-perl libnet-perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz" + +S = "${WORKDIR}/URI-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" + +do_configure_append() { + sed -i -e "s|PERL_ARCHLIB = /usr/lib/perl/5.8|PERL_ARCHLIB = ${STAGING_LIBDIR_NATIVE}/perl/5.8.8|" Makefile +} -- cgit v1.2.3