From 566ec7008fc70aca079f2d04af5f2a3c26ede553 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 22 Jul 2021 15:28:54 -0700 Subject: [PATCH] triggerhappy: don't build man pages Fixes compilation without host pod2man. Signed-off-by: Rosen Penev --- utils/triggerhappy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index e25b868dd3..107ae8e572 100644 --- a/utils/triggerhappy/Makefile +++ b/utils/triggerhappy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=triggerhappy PKG_VERSION:=0.5.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/wertarbyte/$(PKG_NAME)/archive/release/$(PKG_VERSION)/ @@ -37,6 +37,7 @@ define Package/triggerhappy/description endef MAKE_FLAGS += \ + thd th-cmd \ $(TARGET_CONFIGURE_OPTS) \ $(1)