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