From 0e99e89a9b10b3f93b83a294e0c540c3b2dff0e9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 15 Apr 2019 13:24:16 +0000 Subject: Fix flashrom download URL --- common/recipes-utils/flashrom/flashrom_0.9.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-utils/flashrom/flashrom_0.9.8.bb b/common/recipes-utils/flashrom/flashrom_0.9.8.bb index a65a7c0..75a4b3c 100644 --- a/common/recipes-utils/flashrom/flashrom_0.9.8.bb +++ b/common/recipes-utils/flashrom/flashrom_0.9.8.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://flashrom.org" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "pciutils" -SRC_URI = "http://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \ +SRC_URI = "https://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \ file://flashrom-${PV}/make.local \ file://01-include-make-local.patch \ " -- cgit v1.1