From 49fa8c1ad4c6e1ae5cb1c4e09105aa225ab735f6 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Wed, 24 Mar 2010 01:03:41 +0300 Subject: liburi-perl: remove broken configure_append, fix PACKAGE_ARCH configure_append snippet crawled in from old liburi-perl version and is not needed currently. Fix PACKAGE_ARCH for pure perl module along the way. Signed-off-by: Roman I Khimov --- recipes/perl/liburi-perl_1.52.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes/perl/liburi-perl_1.52.bb') diff --git a/recipes/perl/liburi-perl_1.52.bb b/recipes/perl/liburi-perl_1.52.bb index e0674c670a..b120d934f4 100644 --- a/recipes/perl/liburi-perl_1.52.bb +++ b/recipes/perl/liburi-perl_1.52.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Manipulates and accesses URI strings" SECTION = "libs" LICENSE = "Artistic|GPL" #RDEPENDS += " libmime-base64-perl libnet-perl" -PR = "r0" +PR = "r2" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz" @@ -12,6 +12,4 @@ 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 -} +PACKAGE_ARCH = "all" -- cgit 1.2.3-korg