blob: bd80a709e4f158cb7fe1f5bc845abc05e4352229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "YAML - YAML Ain't Markup Language (tm)"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \
libipc-sharelite-perl-native"
RDEPENDS = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl"
PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-${PV}.tar.gz"
S = "${WORKDIR}/YAML-${PV}"
inherit cpan
BBCLASSEXTEND="native"
|