[oe-commits] Frans Meulenbroeks : libio-stringy-perl: created recipe

git version control git at git.openembedded.org
Sat Jan 2 16:15:13 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: a56ea158d96e124f8aae99bacd3559133968d17b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a56ea158d96e124f8aae99bacd3559133968d17b

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Jan  1 12:29:16 2010 +0100

libio-stringy-perl: created recipe

---

 conf/checksums.ini                              |    4 ++++
 recipes/perl/libio-stringy-perl-native_2.110.bb |    6 ++++++
 recipes/perl/libio-stringy-perl_2.110.bb        |   11 +++++++++++
 3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 48f8ff3..2c39e11 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -474,6 +474,10 @@ sha256=44c3b00c7b33db6fc4d11e0d096520f2e870f8557f2e2a8f0e8d2efcf9506906
 md5=1abf9e6161cc6c52ccd4c629e32e582e
 sha256=8401b31d22605e787edef75025eb048b2b3cfaee92ed8358bdcaedca5761f7ea
 
+[http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-2.110.tar.gz]
+md5=2e6a976cfa5521e815c1fdf4006982de
+sha256=7e3cf438b3938a2692cb502704c0bbfa2c5ec4a5071ab77906a2432126b004ee
+
 [http://search.cpan.org/CPAN/authors/id/M/MA/MAURICE/IPC-ShareLite-0.09.tar.gz]
 md5=3942a55cfc5e6d3b612a46cc1a9515b9
 sha256=e6dafb82ddf7730ebe7ae2de0ce158d3052d782780b41a14c4fed304e463632e
diff --git a/recipes/perl/libio-stringy-perl-native_2.110.bb b/recipes/perl/libio-stringy-perl-native_2.110.bb
new file mode 100644
index 0000000..5c79985
--- /dev/null
+++ b/recipes/perl/libio-stringy-perl-native_2.110.bb
@@ -0,0 +1,6 @@
+SECTION = "libs"
+
+require libio-stringy-perl_${PV}.bb
+
+inherit native
+
diff --git a/recipes/perl/libio-stringy-perl_2.110.bb b/recipes/perl/libio-stringy-perl_2.110.bb
new file mode 100644
index 0000000..032c614
--- /dev/null
+++ b/recipes/perl/libio-stringy-perl_2.110.bb
@@ -0,0 +1,11 @@
+SECTION = "libs"
+LICENSE = "unknown"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-${PV}.tar.gz"
+
+S = "${WORKDIR}/IO-stringy-${PV}"
+
+inherit cpan
+





More information about the Openembedded-commits mailing list