[oe-commits] Frans Meulenbroeks : libclass-factory-util-perl_1.7.bb: new recipe

git version control git at git.openembedded.org
Sat Sep 11 12:09:20 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 11 13:36:18 2010 +0200

libclass-factory-util-perl_1.7.bb: new recipe

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

---

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

diff --git a/recipes/perl/libclass-factory-util-perl_1.7.bb b/recipes/perl/libclass-factory-util-perl_1.7.bb
new file mode 100644
index 0000000..2661688
--- /dev/null
+++ b/recipes/perl/libclass-factory-util-perl_1.7.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Class::Factory::Util - Provide utility methods for factory classes"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "libmodule-build-perl-native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-${PV}.tar.gz"
+SRC_URI[md5sum] = "aebd79da361b676a7ecd3245fc3d1b3f"
+SRC_URI[sha256sum] = "6c516b445b44f87363fb3a148431d31e9ecb5e6f21fb6481c89b2406b6692e26"
+
+S = "${WORKDIR}/Class-Factory-Util-${PV}"
+
+inherit cpan_build
+
+BBCLASSEXTEND="native"





More information about the Openembedded-commits mailing list