[OE-core] [PATCH 03/15] libyaml: upgrade to 0.2.1
Ross Burton
ross.burton at intel.com
Tue Jul 17 16:38:58 UTC 2018
License changed due to copyright dates being added.
Signed-off-by: Ross Burton <ross.burton at 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%)
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}"
--
2.11.0
More information about the Openembedded-core
mailing list