vdr: fix dependency for libintl
[openembedded.git] / recipes / perl / libxml-simple-perl_2.18.bb
blobd928168791b5851f8e3cdf85d344a5aaafc823c3
1 DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)"
2 SECTION = "libs"
3 LICENSE = "Artistic"
4 DEPENDS += "libxml-parser-perl"
5 PR = "r1"
7 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
9 S = "${WORKDIR}/XML-Simple-${PV}"
11 inherit cpan
13 BBCLASSEXTEND="native"