flashrom_1.2.bb 781 B

123456789101112131415161718192021
  1. DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips"
  2. LICENSE = "GPLv2"
  3. HOMEPAGE = "http://flashrom.org"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
  5. DEPENDS = "pciutils libusb libusb-compat"
  6. SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.bz2 \
  7. file://0001-typecast-enum-conversions-explicitly.patch \
  8. file://0001-Makefile-Check-for-last-line-only-from-preprocessed-.patch \
  9. "
  10. SRC_URI[md5sum] = "7f8e4b87087eb12ecee0fcc5445b4956"
  11. SRC_URI[sha256sum] = "e1f8d95881f5a4365dfe58776ce821dfcee0f138f75d0f44f8a3cd032d9ea42b"
  12. S = "${WORKDIR}/flashrom-v${PV}"
  13. inherit pkgconfig
  14. do_install() {
  15. oe_runmake PREFIX=${prefix} DESTDIR=${D} install
  16. }