projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1f113
)
triggerhappy: don't build man pages
author
Rosen Penev
<rosenp@gmail.com>
Thu, 22 Jul 2021 22:28:54 +0000
(15:28 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Sat, 24 Jul 2021 02:38:56 +0000
(19:38 -0700)
Fixes compilation without host pod2man.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/triggerhappy/Makefile
patch
|
blob
|
history
diff --git
a/utils/triggerhappy/Makefile
b/utils/triggerhappy/Makefile
index e25b868dd32a7be12bdd48de1e71a1453f88a70c..107ae8e57260e47fee87e431f26e9359dd8ba5c5 100644
(file)
--- 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)