diff options
Diffstat (limited to '')
-rw-r--r-- | sysutils/flashrom/files/patch-doc_meson.build | 11 | ||||
-rw-r--r-- | sysutils/flashrom/files/patch-libflashrom.map | 18 | ||||
-rw-r--r-- | sysutils/flashrom/files/patch-meson.build | 4 |
3 files changed, 13 insertions, 20 deletions
diff --git a/sysutils/flashrom/files/patch-doc_meson.build b/sysutils/flashrom/files/patch-doc_meson.build new file mode 100644 index 000000000000..c9851ce9f21e --- /dev/null +++ b/sysutils/flashrom/files/patch-doc_meson.build @@ -0,0 +1,11 @@ +--- doc/meson.build.orig 2025-07-28 09:13:11 UTC ++++ doc/meson.build +@@ -30,7 +30,7 @@ if sphinx.found() + git_dir = meson.project_source_root() / '.git' + + # TODO: investigate whether this version can be lowered. +- version_for_authors_list = '7.2.0' ++ version_for_authors_list = '5.3.0' + # TODO: use sphinx.version().version_compare() instead, after we increase min required meson version to 0.62 + sphinx_for_authors_list = find_program('sphinx-build', + native : true, diff --git a/sysutils/flashrom/files/patch-libflashrom.map b/sysutils/flashrom/files/patch-libflashrom.map deleted file mode 100644 index 438f9a51b39a..000000000000 --- a/sysutils/flashrom/files/patch-libflashrom.map +++ /dev/null @@ -1,18 +0,0 @@ ---- libflashrom.map.orig 2024-02-01 08:22:08 UTC -+++ libflashrom.map -@@ -1,7 +1,5 @@ LIBFLASHROM_1.0 { - LIBFLASHROM_1.0 { - global: -- flashrom_board_info; -- flashrom_chipset_info; - flashrom_data_free; - flashrom_flag_get; - flashrom_flag_set; -@@ -9,7 +7,6 @@ LIBFLASHROM_1.0 { - flashrom_flash_getsize; - flashrom_flash_probe; - flashrom_flash_release; -- flashrom_flashchip_info; - flashrom_image_read; - flashrom_image_verify; - flashrom_image_write; diff --git a/sysutils/flashrom/files/patch-meson.build b/sysutils/flashrom/files/patch-meson.build index cef6c1d7d054..f1caea9bd663 100644 --- a/sysutils/flashrom/files/patch-meson.build +++ b/sysutils/flashrom/files/patch-meson.build @@ -1,6 +1,6 @@ ---- meson.build.orig 2023-04-27 13:51:02 UTC +--- meson.build.orig 2025-07-24 01:31:52 UTC +++ meson.build -@@ -234,7 +234,7 @@ programmer = { +@@ -324,7 +324,7 @@ programmer = { }, 'internal' : { 'systems' : systems_hwaccess + ['linux'], |