Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [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=6015f088759b10e0bc2bf64898d4ae17" |
| 9 | |
| 10 | SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz \ |
| 11 | " |
| 12 | |
| 13 | SRC_URI[md5sum] = "1abf45bd3a96374fa55ca63b32f9f2f9" |
| 14 | SRC_URI[sha256sum] = "8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729" |
| 15 | |
| 16 | S = "${WORKDIR}/yaml-${PV}" |
| 17 | |
| 18 | inherit autotools |
| 19 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 20 | BBCLASSEXTEND = "native nativesdk" |