diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:53:20 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:53:20 +0300 |
commit | 3b05b297189e7606375285084e578bdcbd96573b (patch) | |
tree | b97e068e513aca4d1d2014bf26a1a31c1fd7f7e4 /recipes/perl | |
parent | 23e62756902c2739fdd4ffb628c4cea98f72aaa8 (diff) |
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.bb | 4 |
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" |