[oe-commits] Roman I Khimov : libdigest-sha: allow native builds with BBCLASSEXTEND

git version control git at git.openembedded.org
Sat Mar 20 15:48:02 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: bafae1099d0b0491e5184856c17861d4ed4a819e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bafae1099d0b0491e5184856c17861d4ed4a819e

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Mar 19 23:28:01 2010 +0300

libdigest-sha: allow native builds with BBCLASSEXTEND

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

---

 recipes/perl/libdigest-sha_5.47.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libdigest-sha_5.47.bb b/recipes/perl/libdigest-sha_5.47.bb
index 7ceb00d..3a0f418 100644
--- a/recipes/perl/libdigest-sha_5.47.bb
+++ b/recipes/perl/libdigest-sha_5.47.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "Digest::SHA - Perl extension for SHA-1/224/256/384/512"
 SECTION = "libs"
 LICENSE = "Artistic|GPL"
 DEPENDS += "expat expat-native"
+BBCLASSEXTEND = "native"
 PR = "r0"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/Digest/Digest-SHA-${PV}.tar.gz"





More information about the Openembedded-commits mailing list