liburi-perl: remove broken configure_append, fix PACKAGE_ARCH
authorRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 22:03:41 +0000 (01:03 +0300)
committerRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 22:05:40 +0000 (01:05 +0300)
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 <khimov@altell.ru>
recipes/perl/liburi-perl_1.52.bb

index e0674c6..b120d93 100644 (file)
@@ -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"