diff options
-rw-r--r-- | meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb | 2 |
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" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | DEPENDS = "pciutils libusb libusb-compat" | 6 | DEPENDS = "pciutils libusb libusb-compat" |
7 | 7 | ||
8 | SRC_URI = "http://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \ | 8 | SRC_URI = "https://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \ |
9 | file://sst26.patch \ | 9 | file://sst26.patch \ |
10 | file://0001-platform-Add-riscv-to-known-platforms.patch \ | 10 | file://0001-platform-Add-riscv-to-known-platforms.patch \ |
11 | " | 11 | " |