mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
28abd55f75
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
21 lines
771 B
BlitzBasic
21 lines
771 B
BlitzBasic
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 libusb libusb-compat"
|
|
|
|
SRC_URI = "https://download.flashrom.org/releases/flashrom-${PV}.tar.bz2 \
|
|
file://sst26.patch \
|
|
file://0001-platform-Add-riscv-to-known-platforms.patch \
|
|
file://0001-ch341a_spi-Avoid-deprecated-libusb-functions.patch \
|
|
"
|
|
SRC_URI[md5sum] = "42d999990c735d88653627cefcc13b9a"
|
|
SRC_URI[sha256sum] = "3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64"
|
|
|
|
inherit pkgconfig
|
|
|
|
do_install() {
|
|
oe_runmake PREFIX=${prefix} DESTDIR=${D} install
|
|
}
|