summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtest-exception-perl_0.22.bb
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
committerCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
commit4ee358534793381d2e87b01781079a3354fd5c1c (patch)
tree729f8b0ce4bdbcd8a16f561fb68da0d66c3a3eb8 /recipes/perl/libtest-exception-perl_0.22.bb
parentbeb17e26ee9b4bc0cf334c3b30560c6eb66b1299 (diff)
parenteda06ec3dde6169a46797f876a82499c4fff8f62 (diff)
downloadopenembedded-testing_2010-09-13.tar.gz
Merge branch 'org.openembedded.dev' into testing-nexttesting_2010-09-13
Diffstat (limited to 'recipes/perl/libtest-exception-perl_0.22.bb')
-rw-r--r--recipes/perl/libtest-exception-perl_0.22.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/perl/libtest-exception-perl_0.22.bb b/recipes/perl/libtest-exception-perl_0.22.bb
index 737dd79168..1e522a9cc8 100644
--- a/recipes/perl/libtest-exception-perl_0.22.bb
+++ b/recipes/perl/libtest-exception-perl_0.22.bb
@@ -5,13 +5,14 @@ DEPENDS += "libsub-uplevel-perl-native"
RDEPENDS_${PN} += "perl-module-base perl-module-carp perl-module-strict \
libsub-uplevel-perl perl-module-test-builder \
perl-module-warnings"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz"
+SRC_URI[md5sum] = "dcf44183af3d26b14d7f989fc5ee1117"
+SRC_URI[sha256sum] = "98b129aa38a729f9c63b3ae2118b500f76bcf3456bb03a5f049f67ddea7efc81"
S = "${WORKDIR}/Test-Exception-${PV}"
inherit cpan
-SRC_URI[md5sum] = "dcf44183af3d26b14d7f989fc5ee1117"
-SRC_URI[sha256sum] = "98b129aa38a729f9c63b3ae2118b500f76bcf3456bb03a5f049f67ddea7efc81"
+BBCLASSEXTEND="native"