diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |