[Buildroot] [PATCH v3 1/1] fwup: blanked out MANS to avoid running help2man

Jordan Yelloz jordan at yelloz.me
Mon Jun 13 05:26:40 UTC 2016


If you have help2man installed, the build system will try to run
help2man on the target fwup binary which should not be expected to work.

Also, prevented anything but the fwup binary from being installed.

Signed-off-by: Jordan Yelloz <jordan at yelloz.me>
---
 package/fwup/fwup.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/fwup/fwup.mk b/package/fwup/fwup.mk
index 0f857fc..26463e2 100644
--- a/package/fwup/fwup.mk
+++ b/package/fwup/fwup.mk
@@ -10,6 +10,8 @@ FWUP_LICENSE = Apache-2.0
 FWUP_LICENSE_FILES = LICENSE
 FWUP_DEPENDENCIES = libconfuse libarchive libsodium
 FWUP_AUTORECONF = YES
+FWUP_MAKE_OPTS = MANS=
+FWUP_INSTALL_TARGET_OPTS = install-exec DESTDIR=$(TARGET_DIR)
 
 define FWUP_ADD_M4_DIR
 	mkdir -p $(@D)/m4
-- 
2.8.4




More information about the buildroot mailing list