blob: 5105ce69dbb9f14c64d9a86d553e370608e1a861 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "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. "
Andrew Geissler82c905d2020-04-13 13:39:40 -05004HOMEPAGE = "https://pyyaml.org/wiki/LibYAML"
Brad Bishopc342db32019-05-15 21:57:59 -04005SECTION = "libs/devel"
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
9
Andrew Geissler82c905d2020-04-13 13:39:40 -050010SRC_URI = "https://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
Brad Bishopc342db32019-05-15 21:57:59 -040011SRC_URI[md5sum] = "54bf11ccb8bc488b5b3bec931f5b70dc"
12SRC_URI[sha256sum] = "4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9"
13
14S = "${WORKDIR}/yaml-${PV}"
15
16inherit autotools
17
18BBCLASSEXTEND = "native nativesdk"