From: Frans Meulenbroeks Date: Fri, 1 Jan 2010 11:29:16 +0000 (+0100) Subject: libio-stringy-perl: created recipe X-Git-Tag: Release-2010-05/1~1102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56ea158d96e124f8aae99bacd3559133968d17b;p=openembedded.git libio-stringy-perl: created recipe --- diff --git a/conf/checksums.ini b/conf/checksums.ini index 48f8ff3591..2c39e11b04 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 0000000000..5c79985e28 --- /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 0000000000..032c6143b0 --- /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 +