diff mbox series

[03/15] libyaml: upgrade to 0.2.1

Message ID 20180717163910.3196-3-ross.burton@intel.com
State Accepted
Commit 079df0021b0819f4b88e20ac8f3350a0f153c6bc
Headers show
Series [01/15] bc: upgrade to 1.07.1 | expand

Commit Message

Ross Burton July 17, 2018, 4:38 p.m. UTC
License changed due to copyright dates being added.

Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 .../libyaml/{libyaml_0.1.7.bb => libyaml_0.2.1.bb}             | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
 rename meta/recipes-support/libyaml/{libyaml_0.1.7.bb => libyaml_0.2.1.bb} (55%)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-support/libyaml/libyaml_0.1.7.bb b/meta/recipes-support/libyaml/libyaml_0.2.1.bb
similarity index 55%
rename from meta/recipes-support/libyaml/libyaml_0.1.7.bb
rename to meta/recipes-support/libyaml/libyaml_0.2.1.bb
index b167f031a8f..d77891825fc 100644
--- a/meta/recipes-support/libyaml/libyaml_0.1.7.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.2.1.bb
@@ -5,13 +5,11 @@  HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
 SECTION = "libs/devel"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5591701d32590f9fa94f3bfee820b634"
 
-SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz \
-          "
-
-SRC_URI[md5sum] = "1abf45bd3a96374fa55ca63b32f9f2f9"
-SRC_URI[sha256sum] = "8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729"
+SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
+SRC_URI[md5sum] = "72724b9736923c517e5a8fc6757ef03d"
+SRC_URI[sha256sum] = "78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd"
 
 S = "${WORKDIR}/yaml-${PV}"