mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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 <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
f17b9dd79a
commit
83b783c29e
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user