blob: 6cab76bf1eb8501dd3d09e498e6b3fdfd431ebf4 (
plain)
1
2
3
4
5
6
7
8
9
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
|