From: Roman I Khimov Date: Tue, 23 Mar 2010 22:03:41 +0000 (+0300) Subject: liburi-perl: remove broken configure_append, fix PACKAGE_ARCH X-Git-Tag: Release-2010-05/1~302^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49fa8c1ad4c6e1ae5cb1c4e09105aa225ab735f6;p=openembedded.git 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 --- 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"