]> code.ossystems Code Review - openembedded-core.git/commitdiff
libyaml: upgrade 0.2.4 -> 0.2.5
authorWang Mingyu <wangmy@cn.fujitsu.com>
Wed, 3 Jun 2020 10:51:59 +0000 (18:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jun 2020 12:21:00 +0000 (13:21 +0100)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libyaml/libyaml_0.2.5.bb [moved from meta/recipes-support/libyaml/libyaml_0.2.4.bb with 78% similarity]

similarity index 78%
rename from meta/recipes-support/libyaml/libyaml_0.2.4.bb
rename to meta/recipes-support/libyaml/libyaml_0.2.5.bb
index e1817748bc4af4876e61f75393f45c110e3085bf..e39a7b9083d281d82ab871665d0e94706e2981fe 100644 (file)
@@ -8,8 +8,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://License;md5=7bbd28caa69f81f5cd5f48647236663d"
 
 SRC_URI = "https://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
-SRC_URI[md5sum] = "0532bb32548ee92f1c0328aa8a87dec7"
-SRC_URI[sha256sum] = "d80aeda8747b7c26fbbfd87ab687786e58394a8435ae3970e79cb97882e30557"
+SRC_URI[md5sum] = "bb15429d8fb787e7d3f1c83ae129a999"
+SRC_URI[sha256sum] = "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
 
 S = "${WORKDIR}/yaml-${PV}"