aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-24 00:53:20 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 00:53:20 +0300
commit3b05b297189e7606375285084e578bdcbd96573b (patch)
treeb97e068e513aca4d1d2014bf26a1a31c1fd7f7e4 /recipes/perl
parent23e62756902c2739fdd4ffb628c4cea98f72aaa8 (diff)
downloadopenembedded-3b05b297189e7606375285084e578bdcbd96573b.tar.gz
libhtml-tagset-perl: fix PACKAGE_ARCH
It's perl-only module, so set it to 'all'. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libhtml-tagset-perl_3.20.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libhtml-tagset-perl_3.20.bb b/recipes/perl/libhtml-tagset-perl_3.20.bb
index 3c5dd61b56..ae77f94ac9 100644
--- a/recipes/perl/libhtml-tagset-perl_3.20.bb
+++ b/recipes/perl/libhtml-tagset-perl_3.20.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "HTML Tagset bits."
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-${PV}.tar.gz"
@@ -10,3 +10,5 @@ S = "${WORKDIR}/HTML-Tagset-${PV}"
inherit cpan
BBCLASSEXTEND="native"
+
+PACKAGE_ARCH = "all"