summaryrefslogtreecommitdiffstats
path: root/common/recipes-utils/flashrom/flashrom_0.9.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-utils/flashrom/flashrom_0.9.8.bb')
-rw-r--r--common/recipes-utils/flashrom/flashrom_0.9.8.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/common/recipes-utils/flashrom/flashrom_0.9.8.bb b/common/recipes-utils/flashrom/flashrom_0.9.8.bb
new file mode 100644
index 0000000..a65a7c0
--- /dev/null
+++ b/common/recipes-utils/flashrom/flashrom_0.9.8.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips"
+LICENSE = "GPLv2"
+HOMEPAGE = "http://flashrom.org"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+DEPENDS = "pciutils"
+
+SRC_URI = "http://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \
+ file://flashrom-${PV}/make.local \
+ file://01-include-make-local.patch \
+ "
+
+Src_URI[md5sum] = "ac513076b63ab7eb411a7694bb8f6fda"
+SRC_URI[sha256sum] = "13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934"
+
+do_install() {
+ oe_runmake PREFIX=${prefix} DESTDIR=${D} install
+}
OpenPOWER on IntegriCloud