mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:03:23 +00:00
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f16aa16e917ea440daa3d5bd136338f66a964f5c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
22 lines
781 B
BlitzBasic
22 lines
781 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-v${PV}.tar.bz2 \
|
|
file://0001-typecast-enum-conversions-explicitly.patch \
|
|
file://0001-Makefile-Check-for-last-line-only-from-preprocessed-.patch \
|
|
"
|
|
SRC_URI[md5sum] = "7f8e4b87087eb12ecee0fcc5445b4956"
|
|
SRC_URI[sha256sum] = "e1f8d95881f5a4365dfe58776ce821dfcee0f138f75d0f44f8a3cd032d9ea42b"
|
|
|
|
S = "${WORKDIR}/flashrom-v${PV}"
|
|
|
|
inherit pkgconfig
|
|
|
|
do_install() {
|
|
oe_runmake PREFIX=${prefix} DESTDIR=${D} install
|
|
}
|