summaryrefslogtreecommitdiffstats
path: root/meta/packages/perl
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-01 17:49:45 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-01 17:49:45 +0000
commit44c830b4c72c5d03f3a168290a1e13a385d498ad (patch)
tree11f6a769ca76fe8092ca581f5b21779217578c25 /meta/packages/perl
parent9de36a00dde23692d98964cbf6ad608b03f6e7c7 (diff)
downloadpoky-44c830b4c72c5d03f3a168290a1e13a385d498ad.tar.gz
Add libxml-simple-perl
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3658 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/perl')
-rw-r--r--meta/packages/perl/libxml-simple-perl-native_2.18.bb7
-rw-r--r--meta/packages/perl/libxml-simple-perl_2.18.bb12
2 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/perl/libxml-simple-perl-native_2.18.bb b/meta/packages/perl/libxml-simple-perl-native_2.18.bb
new file mode 100644
index 0000000000..bfdfc3de45
--- /dev/null
+++ b/meta/packages/perl/libxml-simple-perl-native_2.18.bb
@@ -0,0 +1,7 @@
1SECTION = "libs"
2
3inherit native
4
5require libxml-simple-perl_${PV}.bb
6
7DEPENDS = "libxml-parser-perl-native perl-native"
diff --git a/meta/packages/perl/libxml-simple-perl_2.18.bb b/meta/packages/perl/libxml-simple-perl_2.18.bb
new file mode 100644
index 0000000000..58c4fef4ea
--- /dev/null
+++ b/meta/packages/perl/libxml-simple-perl_2.18.bb
@@ -0,0 +1,12 @@
1SECTION = "libs"
2LICENSE = "Artistic"
3DEPENDS += "libxml-parser-perl"
4PR = "r0"
5
6SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
7
8S = "${WORKDIR}/XML-Simple-${PV}"
9
10EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
11
12inherit cpan