Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [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=a76b4c69bfcf82313bbdc0393b04438a" |
| 9 | |
| 10 | SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz" |
| 11 | SRC_URI[md5sum] = "54bf11ccb8bc488b5b3bec931f5b70dc" |
| 12 | SRC_URI[sha256sum] = "4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9" |
| 13 | |
| 14 | S = "${WORKDIR}/yaml-${PV}" |
| 15 | |
| 16 | inherit autotools |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |