blob: d77891825fc23ec135e87af1ca048ff9ec3f8cec [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C."
2DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \
3a human-readable data serialization format. "
4HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
5SECTION = "libs/devel"
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=5591701d32590f9fa94f3bfee820b634"
9
10SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
11SRC_URI[md5sum] = "72724b9736923c517e5a8fc6757ef03d"
12SRC_URI[sha256sum] = "78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd"
13
14S = "${WORKDIR}/yaml-${PV}"
15
16inherit autotools
17
18BBCLASSEXTEND = "native nativesdk"