diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 18:07:32 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 18:07:32 +0100 |
commit | 624e76067d3f349a84d4fe68d18dcc5d67493719 (patch) | |
tree | b124ef0e1776d56995d1a9c385fe3c33ce19653d /recipes/perl/liburi-perl_1.35.bb | |
parent | 0c7a5327eba1b3379f47e4b36feb82685088858c (diff) |
liburi-perl: moved to 1.52
Diffstat (limited to 'recipes/perl/liburi-perl_1.35.bb')
-rw-r--r-- | recipes/perl/liburi-perl_1.35.bb | 17 |
1 files changed, 0 insertions, 17 deletions
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 -} |