summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libyaml
diff options
context:
space:
mode:
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>2019-11-25 22:54:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-06 14:41:28 +0000
commit820c10e689d73a1581183bb1518d6220e222bec6 (patch)
treeb6640e14146823906199e48ebbd75a9787a868f0 /meta/recipes-support/libyaml
parent5cffb2c37bb22a37c9b09ea58b5cb535c100b2c5 (diff)
downloadpoky-820c10e689d73a1581183bb1518d6220e222bec6.tar.gz
recipes: change SRC_URI to use https
Change all recipes to https where we get an http 301 permanent redirect. (From OE-Core rev: e514acda9e12bccde6d3974e0fd1a37b3837191a) Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> 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.bb4
1 files changed, 2 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 fbd199205f..5105ce69db 100644
--- a/meta/recipes-support/libyaml/libyaml_0.2.2.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
@@ -1,13 +1,13 @@
1SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C." 1SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C."
2DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \ 2DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \
3a human-readable data serialization format. " 3a human-readable data serialization format. "
4HOMEPAGE = "http://pyyaml.org/wiki/LibYAML" 4HOMEPAGE = "https://pyyaml.org/wiki/LibYAML"
5SECTION = "libs/devel" 5SECTION = "libs/devel"
6 6
7LICENSE = "MIT" 7LICENSE = "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 = "https://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
11SRC_URI[md5sum] = "54bf11ccb8bc488b5b3bec931f5b70dc" 11SRC_URI[md5sum] = "54bf11ccb8bc488b5b3bec931f5b70dc"
12SRC_URI[sha256sum] = "4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9" 12SRC_URI[sha256sum] = "4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9"
13 13