aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-21 07:16:15 -0700
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:52:16 -0700
commitacf408ed735c419d422c695c24bb3901d1d13e54 (patch)
tree9c065aff171c5587057f678602058b655b96d6a0 /meta-oe/recipes-bsp
parent9ef757b433c4a88f7595a88094e34d0b8afdec68 (diff)
downloadmeta-openembedded-acf408ed735c419d422c695c24bb3901d1d13e54.tar.gz
flashrom: update SRC_URI
fixes ERROR: flashrom-1.0-r0 do_fetch: Fetcher failure for URL: 'http://download.flashrom.org/releases/flashrom-1.0.tar.bz2'. Unable to fetch URL from any source. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp')
-rw-r--r--meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb
index 6f5c037a89..9eac876ba1 100644
--- a/meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb
+++ b/meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://flashrom.org"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "pciutils libusb libusb-compat"
-SRC_URI = "http://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \
+SRC_URI = "https://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \
file://sst26.patch \
file://0001-platform-Add-riscv-to-known-platforms.patch \
"