summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libyaml/libyaml_0.2.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-07-17 17:38:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-24 11:52:26 +0100
commitc441b34e42b097ec6eeeeacacd7e95c36322b258 (patch)
treee57d79138a13cfd9f8031cd798c7da112bd171e3 /meta/recipes-support/libyaml/libyaml_0.2.1.bb
parentb865fb4fcb1c3ed1d8a80e5f5febbace0ead32d1 (diff)
downloadpoky-c441b34e42b097ec6eeeeacacd7e95c36322b258.tar.gz
libyaml: upgrade to 0.2.1
License changed due to copyright dates being added. (From OE-Core rev: 079df0021b0819f4b88e20ac8f3350a0f153c6bc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"