[oe-commits] Frans Meulenbroeks : libclass-inspector-perl_1.24.bb: new recipe

git version control git at git.openembedded.org
Fri Sep 10 17:35:14 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Sep 10 19:21:28 2010 +0200

libclass-inspector-perl_1.24.bb: new recipe

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

---

 recipes/perl/libclass-inspector-perl_1.24.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libclass-inspector-perl_1.24.bb b/recipes/perl/libclass-inspector-perl_1.24.bb
new file mode 100644
index 0000000..7044679
--- /dev/null
+++ b/recipes/perl/libclass-inspector-perl_1.24.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Class::Inspector - Get information about a class and its structure"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+HOMEPAGE = "http://www.xmltwig.com/"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${PV}.tar.gz"
+
+S = "${WORKDIR}/Class-Inspector-${PV}"
+SRC_URI[md5sum] = "609189b49f64d329a6e413e0a6d8724a"
+SRC_URI[sha256sum] = "0a70cac1276d33e5408d3ad4297b3732a2299f7ff463d94ab7d384f2c6b11a66"
+
+inherit cpan
+
+BBCLASSEXTEND="native"





More information about the Openembedded-commits mailing list