[oe-commits] Michael Lippautz : libxml-sax-perl_0.96.bb: new recipe

git version control git at git.openembedded.org
Thu Jan 21 19:03:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 6cd92d1545ccf5d4f1459f70faa81be68adb0794
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6cd92d1545ccf5d4f1459f70faa81be68adb0794

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Thu Jan 21 19:53:24 2010 +0100

libxml-sax-perl_0.96.bb: new recipe

---

 recipes/perl/libxml-sax-perl_0.96.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libxml-sax-perl_0.96.bb b/recipes/perl/libxml-sax-perl_0.96.bb
new file mode 100644
index 0000000..260a98f
--- /dev/null
+++ b/recipes/perl/libxml-sax-perl_0.96.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "XML-SAX"
+SECTION = "libs"
+LICENSE = ""
+DEPENDS += "libxml-namespacesupport-perl-native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz;name=sax"
+SRC_URI[sax.md5sum] = "bdcd4119a62505184e211e9dfaef0ab1"
+SRC_URI[sax.sha256sum] = "9bbef613afa42c46df008d537decc5a61df7e92d65463f3c900769f39e5c8e08"
+
+S = "${WORKDIR}/XML-SAX-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list