aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-19 23:28:01 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 00:48:05 +0300
commitc27ac0a7de09f37fbfc8e34f264063b0977b7a76 (patch)
tree5aee049054fffb0de249fe77e9b33153d74dd695 /recipes/perl
parent0f2de8ebc390406205fd0b27f62c833895aa6901 (diff)
downloadopenembedded-c27ac0a7de09f37fbfc8e34f264063b0977b7a76.tar.gz
libdigest-sha: allow native builds with BBCLASSEXTEND
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libdigest-sha_5.47.bb1
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 7ceb00d647..3a0f418392 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"