diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2019-04-15 13:24:16 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-04-15 13:24:16 +0000 |
commit | 0e99e89a9b10b3f93b83a294e0c540c3b2dff0e9 (patch) | |
tree | 15f309fb711f8608f58c140092c273627678e712 /common | |
parent | b9df650c08f71adf0e50322c1cc5b185f16b1ee4 (diff) | |
download | ast2050-yocto-openbmc-0e99e89a9b10b3f93b83a294e0c540c3b2dff0e9.zip ast2050-yocto-openbmc-0e99e89a9b10b3f93b83a294e0c540c3b2dff0e9.tar.gz |
Diffstat (limited to 'common')
-rw-r--r-- | common/recipes-utils/flashrom/flashrom_0.9.8.bb | 2 |
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 \ " |