diff options
Diffstat (limited to 'meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb')
| -rw-r--r-- | meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb deleted file mode 100644 index 1c17246681..0000000000 --- a/meta-oe/recipes-bsp/flashrom/flashrom_1.0.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | HOMEPAGE = "http://flashrom.org" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 6 | DEPENDS = "pciutils libusb libusb-compat" | ||
| 7 | |||
| 8 | SRC_URI = "https://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \ | ||
| 9 | file://sst26.patch \ | ||
| 10 | file://0001-platform-Add-riscv-to-known-platforms.patch \ | ||
| 11 | file://0001-ch341a_spi-Avoid-deprecated-libusb-functions.patch \ | ||
| 12 | " | ||
| 13 | SRC_URI[md5sum] = "42d999990c735d88653627cefcc13b9a" | ||
| 14 | SRC_URI[sha256sum] = "3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64" | ||
| 15 | |||
| 16 | inherit pkgconfig | ||
| 17 | |||
| 18 | do_install() { | ||
| 19 | oe_runmake PREFIX=${prefix} DESTDIR=${D} install | ||
| 20 | } | ||
