[oe-commits] Frans Meulenbroeks : liblist-moreutils-perl_0.22.bb: new recipe

git version control git at git.openembedded.org
Sun Sep 12 11:31:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2fd0a947097bdb3fe839af4a43aeaf4e0861b4a8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2fd0a947097bdb3fe839af4a43aeaf4e0861b4a8

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Sep 12 10:19:54 2010 +0200

liblist-moreutils-perl_0.22.bb: new recipe

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/perl/liblist-moreutils-perl_0.22.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/liblist-moreutils-perl_0.22.bb b/recipes/perl/liblist-moreutils-perl_0.22.bb
new file mode 100644
index 0000000..352ae43
--- /dev/null
+++ b/recipes/perl/liblist-moreutils-perl_0.22.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "List::MoreUtils - Provide the stuff missing in List::Util"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+HOMEPAGE = "http://datetime.perl.org/"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-${PV}.tar.gz"
+SRC_URI[md5sum] = "3a6ec506f40662ab1296c48c5eb72016"
+SRC_URI[sha256sum] = "b4948b26851d9d9ac611eb487ecb92815dc3c5ee64e414bc67211b48590f62b7"
+
+S = "${WORKDIR}/List-MoreUtils-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"





More information about the Openembedded-commits mailing list