From 4c487171734fc537343571b2cadcd630ac2b09cb Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 18 Aug 2024 23:56:26 +0200 Subject: [PATCH] package/flashrom: disable documentation and man-pages The build of the manpage currently fails with: ERROR: File 'doc/man8' could not be found FAILED: meson-internal__install As we don't care about man pages and documentation in Buildroot, let's disable them. The issue has nevertheless been reported at https://github.com/flashrom/flashrom/issues/329. Fixes: http://autobuild.buildroot.net/results/885a957d1b5305d3b91339487cc2a0d64dc74f5e/ Signed-off-by: Thomas Petazzoni Signed-off-by: Yann E. MORIN --- package/flashrom/flashrom.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/flashrom/flashrom.mk b/package/flashrom/flashrom.mk index 030f6816a0..2ef9f4d1b7 100644 --- a/package/flashrom/flashrom.mk +++ b/package/flashrom/flashrom.mk @@ -15,7 +15,9 @@ FLASHROM_CONF_OPTS = \ -Dich_descriptors_tool=enabled \ -Dtests=disabled \ -Duse_internal_dmi=true \ - -Dwerror=false + -Dwerror=false \ + -Dman-pages=disabled \ + -Ddocumentation=disabled FLASHROM_PROGRAMMERS = \ buspirate_spi \