summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libyaml
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-04-15 16:32:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-16 11:10:02 +0100
commita098e31efcd3d4a3d646667e6706e17d3e10625f (patch)
tree125a01d558fb0a7142bf61a75c07255de0825932 /meta/recipes-support/libyaml
parent78779d4a38297120233183bf33f6659301173f74 (diff)
downloadpoky-a098e31efcd3d4a3d646667e6706e17d3e10625f.tar.gz
libyaml: update SRC_URI[md5sum] and SRC_URI[sha256sum]
Upstream appear to have regenerated the tarball, the new one is the same except the directory name changed from libyaml to yaml. Adapt to this. (From OE-Core rev: 9ab05b6ec860078df37c4ea68267ecffaa0ce38c) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libyaml')
-rw-r--r--meta/recipes-support/libyaml/libyaml_0.2.2.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.2.bb b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
index d2b39f3495..fbd199205f 100644
--- a/meta/recipes-support/libyaml/libyaml_0.2.2.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
@@ -8,8 +8,10 @@ LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
9 9
10SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz" 10SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
11SRC_URI[md5sum] = "2ad4119a57f94739cc39a1b482c81264" 11SRC_URI[md5sum] = "54bf11ccb8bc488b5b3bec931f5b70dc"
12SRC_URI[sha256sum] = "46bca77dc8be954686cff21888d6ce10ca4016b360ae1f56962e6882a17aa1fe" 12SRC_URI[sha256sum] = "4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9"
13
14S = "${WORKDIR}/yaml-${PV}"
13 15
14inherit autotools 16inherit autotools
15 17