blob: a1f0b303a08f6e7770b0881b6fcd3f6486441a82 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips"
2LICENSE = "GPLv2"
3HOMEPAGE = "http://flashrom.org"
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6DEPENDS = "pciutils"
7
8SRC_URI = "http://download.flashrom.org/releases/flashrom-${PV}.tar.bz2"
9
10SRC_URI[md5sum] = "407e836c0a2b17ec76583cb6809f65e5"
11SRC_URI[sha256sum] = "6f7b588cce74c90b4fe9c9c794de105de76e0323442fb5770b1aeab81e9d560a"
12
13do_install() {
14 oe_runmake PREFIX=${prefix} DESTDIR=${D} install
15}