aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 16:13:02 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 16:13:02 +0100
commitfb8ca87aef2a56593ff33527f8112fad392bc071 (patch)
tree92fcb476ab66e7ef74e3bb9ecb19f87cc3f8c86a /recipes/perl
parenta56ea158d96e124f8aae99bacd3559133968d17b (diff)
downloadopenembedded-fb8ca87aef2a56593ff33527f8112fad392bc071.tar.gz
libxml-regexp-perl_0.03.bb - created
libxml-regexp-perl-native_0.03.bb - created
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libxml-regexp-perl-native_0.03.bb5
-rw-r--r--recipes/perl/libxml-regexp-perl_0.03.bb10
2 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libxml-regexp-perl-native_0.03.bb b/recipes/perl/libxml-regexp-perl-native_0.03.bb
new file mode 100644
index 0000000000..29fc89fe47
--- /dev/null
+++ b/recipes/perl/libxml-regexp-perl-native_0.03.bb
@@ -0,0 +1,5 @@
+SECTION = "libs"
+
+inherit native
+
+require libxml-regexp-perl_${PV}.bb
diff --git a/recipes/perl/libxml-regexp-perl_0.03.bb b/recipes/perl/libxml-regexp-perl_0.03.bb
new file mode 100644
index 0000000000..fd9cb64be5
--- /dev/null
+++ b/recipes/perl/libxml-regexp-perl_0.03.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "XML::RegExp - Regular expressions for XML tokens"
+SECTION = "libs"
+LICENSE = "unknown"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-RegExp-${PV}.tar.gz"
+
+S = "${WORKDIR}/XML-RegExp-${PV}"
+
+inherit cpan