From 93c1a64ba79834915ecf05f2f031a008f6c10b0f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:26 -0700 Subject: flashrom: upgrade 1.6.0 -> 1.7.0 Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb | 21 --------------------- meta-oe/recipes-bsp/flashrom/flashrom_1.7.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb create mode 100644 meta-oe/recipes-bsp/flashrom/flashrom_1.7.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb deleted file mode 100644 index 2125f19dfe..0000000000 --- a/meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips" -LICENSE = "GPL-2.0-or-later" -HOMEPAGE = "http://flashrom.org" - -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.xz \ - file://0002-meson-Add-options-pciutils-ftdi-usb.patch \ - " - -SRC_URI[sha256sum] = "8b9db3987df9b5fc81e70189d017905dd5f6be1e1410347f22687ab6d4c94423" - -S = "${UNPACKDIR}/flashrom-v${PV}" - -inherit meson pkgconfig - -PACKAGECONFIG ??= "pci usb ftdi" -PACKAGECONFIG[pci] = "-Dpciutils=true,-Dpciutils=false,pciutils" -PACKAGECONFIG[usb] = "-Dusb=true,-Dusb=false,libusb" -PACKAGECONFIG[ftdi] = "-Dftdi=true,-Dftdi=false,libftdi" - -EXTRA_OEMESON = "-Dbash_completion=disabled -Dtests=disabled" diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.7.0.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.7.0.bb new file mode 100644 index 0000000000..19eb205396 --- /dev/null +++ b/meta-oe/recipes-bsp/flashrom/flashrom_1.7.0.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips" +LICENSE = "GPL-2.0-or-later" +HOMEPAGE = "http://flashrom.org" + +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" +SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.xz \ + file://0002-meson-Add-options-pciutils-ftdi-usb.patch \ + " + +SRC_URI[sha256sum] = "4328ace9833f7efe7c334bdd73482cde8286819826cc00149e83fba96bf3ab4f" + +S = "${UNPACKDIR}/flashrom-v${PV}" + +inherit meson pkgconfig + +PACKAGECONFIG ??= "pci usb ftdi" +PACKAGECONFIG[pci] = "-Dpciutils=true,-Dpciutils=false,pciutils" +PACKAGECONFIG[usb] = "-Dusb=true,-Dusb=false,libusb" +PACKAGECONFIG[ftdi] = "-Dftdi=true,-Dftdi=false,libftdi" + +EXTRA_OEMESON = "-Dbash_completion=disabled -Dtests=disabled" -- cgit v1.2.3-54-g00ecf