mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
triggerhappy: bump PKG_REV to fix input header creation
Current configuration creates empty evtable_*.h header which makes all the input event appear as "Unknown (null) event". The maintainer of the project submitted a patch to fix this issue: https://github.com/wertarbyte/triggerhappy/commit/7e5abc6 Thanks to this version bump, the old OpenWRT patch can be removed. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
This commit is contained in:
@@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=triggerhappy
|
||||
PKG_VERSION:=0.3.4
|
||||
PKG_REV:=649bf670a012558393d7c41f3660d0a017edd982
|
||||
PKG_RELEASE:=2
|
||||
PKG_REV:=7e5abc69f215678e93a6b999524981c8b40bdcd9
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=git://github.com/wertarbyte/triggerhappy
|
||||
|
||||
Reference in New Issue
Block a user