summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libyaml/libyaml_0.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libyaml/libyaml_0.2.1.bb')
-rw-r--r--meta/recipes-support/libyaml/libyaml_0.2.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.1.bb b/meta/recipes-support/libyaml/libyaml_0.2.1.bb
new file mode 100644
index 0000000000..d77891825f
--- /dev/null
+++ b/meta/recipes-support/libyaml/libyaml_0.2.1.bb
@@ -0,0 +1,18 @@
1SUMMARY = "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. "
4HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
5SECTION = "libs/devel"
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=5591701d32590f9fa94f3bfee820b634"
9
10SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
11SRC_URI[md5sum] = "72724b9736923c517e5a8fc6757ef03d"
12SRC_URI[sha256sum] = "78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd"
13
14S = "${WORKDIR}/yaml-${PV}"
15
16inherit autotools
17
18BBCLASSEXTEND = "native nativesdk"