summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libxml-simple-perl_2.18.bb
blob: cc69ec288cc7eef850e80a49e6219134693f6442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)"
SECTION = "libs"
LICENSE = "Artistic"
DEPENDS += "libxml-sax-perl-native"
RDEPENDS_${PN} += "libxml-sax-perl"
PR = "r4"

SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"

S = "${WORKDIR}/XML-Simple-${PV}"

inherit cpan

BBCLASSEXTEND="native"

SRC_URI[md5sum] = "593aa8001e5c301cdcdb4bb3b63abc33"
SRC_URI[sha256sum] = "a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826"