Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [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-v${PV}.tar.bz2 \ |
| 9 | " |
| 10 | SRC_URI[md5sum] = "91bab6c072e38a493bb4eb673e4fe0d6" |
| 11 | SRC_URI[sha256sum] = "aeada9c70c22421217c669356180c0deddd0b60876e63d2224e3260b90c14e19" |
| 12 | |
| 13 | S = "${WORKDIR}/flashrom-v${PV}" |
| 14 | |
| 15 | inherit pkgconfig |
| 16 | |
| 17 | do_install() { |
| 18 | oe_runmake PREFIX=${prefix} DESTDIR=${D} install |
| 19 | } |