summaryrefslogtreecommitdiffstats
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:04:51 +0100
commitedc7f213ae3f976d367734cde5a1b2ee929b70ac (patch)
treef55c51a813ea7ec0a1aedae79e32e5e0b76a9b38
parentfe8349dcda28e35b24b5646301c381e7d8a9ec81 (diff)
downloadopenembedded-core-contrib-edc7f213ae3f976d367734cde5a1b2ee929b70ac.tar.gz
libyaml: update to 0.2.2
LICENSE checksum was changed due to copyright year change. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libyaml/libyaml_0.2.2.bb (renamed from meta/recipes-support/libyaml/libyaml_0.2.1.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.1.bb b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
index d77891825f..d2b39f3495 100644
--- a/meta/recipes-support/libyaml/libyaml_0.2.1.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
@@ -5,13 +5,11 @@ HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
SECTION = "libs/devel"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5591701d32590f9fa94f3bfee820b634"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
-SRC_URI[md5sum] = "72724b9736923c517e5a8fc6757ef03d"
-SRC_URI[sha256sum] = "78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd"
-
-S = "${WORKDIR}/yaml-${PV}"
+SRC_URI[md5sum] = "2ad4119a57f94739cc39a1b482c81264"
+SRC_URI[sha256sum] = "46bca77dc8be954686cff21888d6ce10ca4016b360ae1f56962e6882a17aa1fe"
inherit autotools