aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-24 01:03:41 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 01:05:40 +0300
commit49fa8c1ad4c6e1ae5cb1c4e09105aa225ab735f6 (patch)
tree7db376820e6ea5814f6ce8f158ca4c7710de747d /recipes/perl
parent3b05b297189e7606375285084e578bdcbd96573b (diff)
downloadopenembedded-49fa8c1ad4c6e1ae5cb1c4e09105aa225ab735f6.tar.gz
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 <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/liburi-perl_1.52.bb6
1 files changed, 2 insertions, 4 deletions
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"