aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/perl/liberror-perl_0.17016.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/perl/liberror-perl_0.17016.bb b/recipes/perl/liberror-perl_0.17016.bb
new file mode 100644
index 0000000000..5b302ccc71
--- /dev/null
+++ b/recipes/perl/liberror-perl_0.17016.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Error - Error/exception handling in an OO-ish way"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} = " \
+ perl-module-scalar-util \
+ perl-module-warnings \
+ "
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz;name=error-perl-${PV}"
+SRC_URI[error-perl-0.17016.md5sum] = "eedcd3c6970568dd32092b5334328eff"
+SRC_URI[error-perl-0.17016.sha256sum] = "f013a33ce33f324d6ff73ca074f34aa13f04bcec11e7f91c820c2e7b5e1979aa"
+
+S = "${WORKDIR}/Error-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"
+
+PACKAGE_ARCH = "all"