summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/perl/libdatetime-format-strptime-perl-native_1.1000.bb5
-rw-r--r--recipes/perl/libdatetime-format-strptime-perl_1.1000.bb10
3 files changed, 19 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 49aab9136f..7bc2e15610 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -222,6 +222,10 @@ sha256=a96fb122261fb5f069341d7e69dcf07a2988da7cfd8df65d50843b8b102fb55c
md5=16c343329bad644b17f4f8ec5fb243cf
sha256=b61f4f0e3e580723ca7f5c0e1952922c101875535bff04afd772fbd3f193e22a
+[http://search.cpan.org/CPAN/authors/id/R/RI/RICKM/DateTime-Format-Strptime-1.1000.tgz]
+md5=bf7f6b219e34411aa3f5d0de56fda393
+sha256=d6439f657d21da062ee78692c0fb2979fe92ce681e7126ee4b929431ec4c2cde
+
[http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-1.13.tar.gz]
md5=35d85c3f2c91c1de389b13436659551a
sha256=fe044ec9817a31f2b76f701b2cfd980809676943a901ba3d49200162807fa1f9
diff --git a/recipes/perl/libdatetime-format-strptime-perl-native_1.1000.bb b/recipes/perl/libdatetime-format-strptime-perl-native_1.1000.bb
new file mode 100644
index 0000000000..5b62936bd6
--- /dev/null
+++ b/recipes/perl/libdatetime-format-strptime-perl-native_1.1000.bb
@@ -0,0 +1,5 @@
+SECTION = "libs"
+
+inherit native
+
+require libdatetime-format-strptime-perl_${PV}.bb
diff --git a/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb b/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb
new file mode 100644
index 0000000000..d4ee2c1b9a
--- /dev/null
+++ b/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "DateTime::Format::Strptime - Parse and format strp and strf time patterns"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RI/RICKM/DateTime-Format-Strptime-1.1000.tgz"
+
+S = "${WORKDIR}/DateTime-Format-Strptime-${PV}"
+
+inherit cpan