[oe-commits] Matt Ranostay : flashrom: Add flashrom recipe

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:47:03 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 1571aedb37e9e3abbf5cd3641eed762b8038cc39
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1571aedb37e9e3abbf5cd3641eed762b8038cc39

Author: Matt Ranostay <mranostay at gmail.com>
Date:   Thu Aug  8 04:02:54 2013 +0000

flashrom: Add flashrom recipe

Add flashrom recipe for managing recovery from bad UEFI updates.

Signed-off-by: Matt Ranostay <mranostay at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-extended/flashrom/flashrom_0.9.6.1.bb  |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb b/meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb
new file mode 100644
index 0000000..a1f0b30
--- /dev/null
+++ b/meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb
@@ -0,0 +1,15 @@
+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"
+
+SRC_URI[md5sum] = "407e836c0a2b17ec76583cb6809f65e5"
+SRC_URI[sha256sum] = "6f7b588cce74c90b4fe9c9c794de105de76e0323442fb5770b1aeab81e9d560a"
+
+do_install() {
+    oe_runmake PREFIX=${prefix} DESTDIR=${D} install
+}



More information about the Openembedded-commits mailing list