diff options
Diffstat (limited to 'meta/recipes-support/libyaml/libyaml_0.1.7.bb')
-rw-r--r-- | meta/recipes-support/libyaml/libyaml_0.1.7.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.1.7.bb b/meta/recipes-support/libyaml/libyaml_0.1.7.bb new file mode 100644 index 0000000000..5c422ef119 --- /dev/null +++ b/meta/recipes-support/libyaml/libyaml_0.1.7.bb | |||
@@ -0,0 +1,20 @@ | |||
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 | |||
20 | BBCLASSEXTEND = "native" | ||