summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-15 13:24:16 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-15 13:24:16 +0000
commit0e99e89a9b10b3f93b83a294e0c540c3b2dff0e9 (patch)
tree15f309fb711f8608f58c140092c273627678e712
parentb9df650c08f71adf0e50322c1cc5b185f16b1ee4 (diff)
downloadast2050-yocto-openbmc-0e99e89a9b10b3f93b83a294e0c540c3b2dff0e9.zip
ast2050-yocto-openbmc-0e99e89a9b10b3f93b83a294e0c540c3b2dff0e9.tar.gz
Fix flashrom download URLHEADmaster
-rw-r--r--common/recipes-utils/flashrom/flashrom_0.9.8.bb2
1 files changed, 1 insertions, 1 deletions
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 \
"
OpenPOWER on IntegriCloud