summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libyaml/libyaml_0.2.2.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-04-01 17:50:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-12 14:05:38 +0100
commit8a2435b3e0c22c73752071181c7d9b6a1a29207e (patch)
tree2e94c92b4a5f1e4f02fd75d8685f9684cb9572f5 /meta/recipes-support/libyaml/libyaml_0.2.2.bb
parente288901123190278f8f92b412a6030d345b287e3 (diff)
downloadpoky-8a2435b3e0c22c73752071181c7d9b6a1a29207e.tar.gz
libyaml: update to 0.2.2
LICENSE checksum was changed due to copyright year change. (From OE-Core rev: edc7f213ae3f976d367734cde5a1b2ee929b70ac) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libyaml/libyaml_0.2.2.bb')
-rw-r--r--meta/recipes-support/libyaml/libyaml_0.2.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.2.bb b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
new file mode 100644
index 0000000000..d2b39f3495
--- /dev/null
+++ b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
@@ -0,0 +1,16 @@
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=a76b4c69bfcf82313bbdc0393b04438a"
9
10SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
11SRC_URI[md5sum] = "2ad4119a57f94739cc39a1b482c81264"
12SRC_URI[sha256sum] = "46bca77dc8be954686cff21888d6ce10ca4016b360ae1f56962e6882a17aa1fe"
13
14inherit autotools
15
16BBCLASSEXTEND = "native nativesdk"