From 83b783c29e4b2eed8ad8e6bd63ceda0571db73cb Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 26 Dec 2024 23:14:45 +0100 Subject: [PATCH] package/flashrom: bump to version 1.5.1 Changes in 1.5.0 and 1.5.1 are described at: https://www.flashrom.org/release_notes/v_1_5.html The option classic_cli_print_wiki has been removed in upstream commit 87134f538dd9b69fa1331514f7b492e92f8bd66d ("tree: Remove print_wiki.c"). It was used to generate some parts of the Wiki, and was anyway not used by Buildroot as it was disabled. The build was tested including with fwupd, which is the one reverse dependency of flashrom in Buildroot. Signed-off-by: Thomas Petazzoni Signed-off-by: Julien Olivain --- package/flashrom/flashrom.hash | 2 +- package/flashrom/flashrom.mk | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package/flashrom/flashrom.hash b/package/flashrom/flashrom.hash index 17ebdee3af..0e1faf34e7 100644 --- a/package/flashrom/flashrom.hash +++ b/package/flashrom/flashrom.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 b77ce458b3b874387270a71805e899ac63f057d7553dc320da7e4c58e750577c flashrom-1.4.0.tar.gz +sha256 3f4dc7878e962e165b7eba73104d4e61231f9d4e838eb47df6ca3d87060a2aa5 flashrom-1.5.1.tar.gz sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING diff --git a/package/flashrom/flashrom.mk b/package/flashrom/flashrom.mk index 4eede48e03..f253c5f9d8 100644 --- a/package/flashrom/flashrom.mk +++ b/package/flashrom/flashrom.mk @@ -4,14 +4,13 @@ # ################################################################################ -FLASHROM_VERSION = 1.4.0 +FLASHROM_VERSION = 1.5.1 FLASHROM_SITE = $(call github,flashrom,flashrom,v$(FLASHROM_VERSION)) FLASHROM_LICENSE = GPL-2.0+ FLASHROM_LICENSE_FILES = COPYING FLASHROM_INSTALL_STAGING = YES FLASHROM_CONF_OPTS = \ -Dclassic_cli=enabled \ - -Dclassic_cli_print_wiki=disabled \ -Dich_descriptors_tool=enabled \ -Dtests=disabled \ -Duse_internal_dmi=true \