[oe-commits] Frans Meulenbroeks : libclass-singleton-perl_1.4.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: ff4c0c591fce446a3ccce0384325eeb420c9d245
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ff4c0c591fce446a3ccce0384325eeb420c9d245

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 11 12:10:15 2010 +0200

libclass-singleton-perl_1.4.bb: new recipe

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

---

 recipes/perl/libclass-singleton-perl_1.4.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libclass-singleton-perl_1.4.bb b/recipes/perl/libclass-singleton-perl_1.4.bb
new file mode 100644
index 0000000..e2d68e2
--- /dev/null
+++ b/recipes/perl/libclass-singleton-perl_1.4.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Class::Singleton - Implementation of a "Singleton" class"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Class-Singleton-${PV}.tar.gz"
+
+S = "${WORKDIR}/Class-Singleton-${PV}"
+SRC_URI[md5sum] = "a18b108ab97e2107cbbe816d2b3e2ee3"
+SRC_URI[sha256sum] = "cfafc6e7c842e04fc11cc3e700551461a6aaa0b139470273aea2f29026e79150"
+
+inherit cpan
+
+BBCLASSEXTEND="native"





More information about the Openembedded-commits mailing list