[oe-commits] Frans Meulenbroeks : libxml-dom-perl-native_1.44.bb: created

git version control git at git.openembedded.org
Sat Jan 2 16:14:42 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: d763106d8f3b619a17ac95b097434effab47a267
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d763106d8f3b619a17ac95b097434effab47a267

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Jan  1 16:17:19 2010 +0100

libxml-dom-perl-native_1.44.bb: created
libxml-dom-perl_1.44.bb: created

---

 conf/checksums.ini                          |    4 ++++
 recipes/perl/libxml-dom-perl-native_1.44.bb |    6 ++++++
 recipes/perl/libxml-dom-perl_1.44.bb        |   18 ++++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 22bc755..49aab91 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1398,6 +1398,10 @@ sha256=3b732ed179dd34c17d1ba17867b60a36f20d82a3f0eca7b084fcb5396aa2b30c
 md5=4dbdbe9a85c8f7f98dd0ee015a3c7b4f
 sha256=3b732ed179dd34c17d1ba17867b60a36f20d82a3f0eca7b084fcb5396aa2b30c
 
+[http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-DOM-1.44.tar.gz]
+md5=1ec2032a06e5762984f7a332c199c205
+sha256=f6af32c74c84b3b173eca9baac521a0f9b030c9a0395fcafd4235a84d8ad0ae4
+
 [http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-1.70.tar.gz]
 md5=33d4294f708e20c298cfe534d1166844
 sha256=53e6cf06772ba9d85055dc6e4488dbd876d2376e48ef3578fa73246ee98b3ba0
diff --git a/recipes/perl/libxml-dom-perl-native_1.44.bb b/recipes/perl/libxml-dom-perl-native_1.44.bb
new file mode 100644
index 0000000..98d050d
--- /dev/null
+++ b/recipes/perl/libxml-dom-perl-native_1.44.bb
@@ -0,0 +1,6 @@
+SECTION = "libs"
+
+require libxml-dom-perl_${PV}.bb
+
+inherit native
+
diff --git a/recipes/perl/libxml-dom-perl_1.44.bb b/recipes/perl/libxml-dom-perl_1.44.bb
new file mode 100644
index 0000000..82ed697
--- /dev/null
+++ b/recipes/perl/libxml-dom-perl_1.44.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "XML::DOM - A perl module for building DOM Level 1 compliant document structures"
+SECTION = "libs"
+LICENSE = "unknown"
+
+RDEPENDS += "libxml-parser-perl-native libxml-regexp-perl-native \
+	libhtml-parser-perl-native libhtml-tagset-perl-native \
+	liburi-perl-native libwww-perl-native"
+
+RDEPENDS += "libxml-parser-perl libxml-regexp-perl \
+	libhtml-parser-perl libhtml-tagset-perl liburi-perl libwww-perl"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-DOM-${PV}.tar.gz"
+
+S = "${WORKDIR}/XML-DOM-${PV}"
+
+inherit cpan





More information about the Openembedded-commits mailing list