[oe-commits] Roman I Khimov : liburi-perl: remove broken configure_append, fix PACKAGE_ARCH

git version control git at git.openembedded.org
Thu Mar 25 07:08:21 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 49fa8c1ad4c6e1ae5cb1c4e09105aa225ab735f6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=49fa8c1ad4c6e1ae5cb1c4e09105aa225ab735f6

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 24 01:03:41 2010 +0300

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 at altell.ru>

---

 recipes/perl/liburi-perl_1.52.bb |    6 ++----
 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 e0674c6..b120d93 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"





More information about the Openembedded-commits mailing list