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>
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"
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"