Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 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 \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | file://0001-ch341a_spi-Avoid-deprecated-libusb-functions.patch \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 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 | } |