aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 16:17:19 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 16:17:19 +0100
commitd763106d8f3b619a17ac95b097434effab47a267 (patch)
tree8a66467c8ee9e7150d849c71e32891bf7a306e85 /recipes/perl
parentfb8ca87aef2a56593ff33527f8112fad392bc071 (diff)
downloadopenembedded-d763106d8f3b619a17ac95b097434effab47a267.tar.gz
libxml-dom-perl-native_1.44.bb: created
libxml-dom-perl_1.44.bb: created
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libxml-dom-perl-native_1.44.bb6
-rw-r--r--recipes/perl/libxml-dom-perl_1.44.bb18
2 files changed, 24 insertions, 0 deletions
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 0000000000..98d050d02f
--- /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 0000000000..82ed697a5b
--- /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