[oe-commits] Roman I Khimov : libhtml-tagset-perl: 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: 3b05b297189e7606375285084e578bdcbd96573b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b05b297189e7606375285084e578bdcbd96573b

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 24 00:53:20 2010 +0300

libhtml-tagset-perl: fix PACKAGE_ARCH

It's perl-only module, so set it to 'all'.

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 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 3c5dd61..ae77f94 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"





More information about the Openembedded-commits mailing list