[oe-commits] org.oe.dev libxml-simple-perl*: merge from poky

koen commit oe at amethyst.openembedded.net
Sun Jul 13 08:55:53 UTC 2008


libxml-simple-perl*: merge from poky

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: dc0c7474ed6b2609b37b6ca028b0bd03d9d7ce77
ViewMTN: http://monotone.openembedded.org/revision/info/dc0c7474ed6b2609b37b6ca028b0bd03d9d7ce77
Files:
1
packages/perl/libxml-simple-perl-native_2.18.bb
packages/perl/libxml-simple-perl_2.18.bb
Diffs:

#
# mt diff -ra80fb5c74d0458d2795edc22c5eaa843581c626b -rdc0c7474ed6b2609b37b6ca028b0bd03d9d7ce77
#
#
#
# add_file "packages/perl/libxml-simple-perl-native_2.18.bb"
#  content [4509edaa50eb5e4151befd963b22744f198b228a]
# 
# add_file "packages/perl/libxml-simple-perl_2.18.bb"
#  content [d16ca0e5961262368a1c4cd0cd31d05adb258970]
#
============================================================
--- packages/perl/libxml-simple-perl-native_2.18.bb	4509edaa50eb5e4151befd963b22744f198b228a
+++ packages/perl/libxml-simple-perl-native_2.18.bb	4509edaa50eb5e4151befd963b22744f198b228a
@@ -0,0 +1,7 @@
+SECTION = "libs"
+
+inherit native
+
+require libxml-simple-perl_${PV}.bb
+
+DEPENDS = "libxml-parser-perl-native perl-native"
============================================================
--- packages/perl/libxml-simple-perl_2.18.bb	d16ca0e5961262368a1c4cd0cd31d05adb258970
+++ packages/perl/libxml-simple-perl_2.18.bb	d16ca0e5961262368a1c4cd0cd31d05adb258970
@@ -0,0 +1,10 @@
+SECTION = "libs"
+LICENSE = "Artistic"
+DEPENDS += "libxml-parser-perl"
+PR = "r0"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
+
+S = "${WORKDIR}/XML-Simple-${PV}"
+
+inherit cpan






More information about the Openembedded-commits mailing list