mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
evtest: bump version to 1.31
- update version to 1.31 - correct license to GPLv2+ - change download url to official repository - remove evtest-capture support (dropped since 1.31) - change broken project URL to official repository Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e3e322a766
commit
4990a381e3
@ -101,6 +101,14 @@ endif
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
comment "Legacy options removed in 2014.05"
|
comment "Legacy options removed in 2014.05"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_EVTEST_CAPTURE
|
||||||
|
bool "evtest-capture support removed (dropped since evtest 1.31)"
|
||||||
|
select BR2_LEGACY
|
||||||
|
help
|
||||||
|
Support for evtest-capture has been removed (dropped from
|
||||||
|
evtest package since version 1.31), use evemu package
|
||||||
|
instead.
|
||||||
|
|
||||||
config BR2_KERNEL_HEADERS_3_6
|
config BR2_KERNEL_HEADERS_3_6
|
||||||
bool "kernel headers version 3.6.x are no longer supported"
|
bool "kernel headers version 3.6.x are no longer supported"
|
||||||
select BR2_KERNEL_HEADERS_3_8
|
select BR2_KERNEL_HEADERS_3_8
|
||||||
|
@ -6,16 +6,4 @@ config BR2_PACKAGE_EVTEST
|
|||||||
device. It then monitors the device and displays all the
|
device. It then monitors the device and displays all the
|
||||||
events layer events generated.
|
events layer events generated.
|
||||||
|
|
||||||
http://www.freedesktop.org/wiki/Evtest
|
http://cgit.freedesktop.org/evtest
|
||||||
|
|
||||||
if BR2_PACKAGE_EVTEST
|
|
||||||
|
|
||||||
config BR2_PACKAGE_EVTEST_CAPTURE
|
|
||||||
bool "evtest-capture"
|
|
||||||
select BR2_PACKAGE_LIBXML2
|
|
||||||
help
|
|
||||||
evtest-capture captures the information and events from the
|
|
||||||
input device specified on the command line and writes it to
|
|
||||||
the xml file given.
|
|
||||||
|
|
||||||
endif
|
|
||||||
|
@ -4,25 +4,13 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
EVTEST_VERSION = 1.30
|
EVTEST_VERSION = 1.31
|
||||||
EVTEST_SOURCE = evtest-$(EVTEST_VERSION).tar.bz2
|
EVTEST_SOURCE = evtest-$(EVTEST_VERSION).tar.gz
|
||||||
# no official upstream tarball
|
EVTEST_SITE = http://cgit.freedesktop.org/evtest/snapshot
|
||||||
EVTEST_SITE = http://pkgs.fedoraproject.org/repo/pkgs/evtest/evtest-1.30.tar.bz2/27c0902839babfd07136f232c63c895c/
|
EVTEST_LICENSE = GPLv2+
|
||||||
EVTEST_LICENSE = GPLv2
|
|
||||||
EVTEST_LICENSE_FILES = COPYING
|
EVTEST_LICENSE_FILES = COPYING
|
||||||
EVTEST_DEPENDENCIES = host-pkgconf
|
EVTEST_DEPENDENCIES = host-pkgconf
|
||||||
|
# needed because source package contains no generated files
|
||||||
ifeq ($(BR2_PACKAGE_EVTEST_CAPTURE),y)
|
EVTEST_AUTORECONF = YES
|
||||||
EVTEST_DEPENDENCIES += libxml2
|
|
||||||
else
|
|
||||||
# evtest-capture will unconditionally be built/installed if libxml2 is present
|
|
||||||
define EVTEST_REMOVE_EVTEST_CAPTURE
|
|
||||||
rm -rf $(TARGET_DIR)/usr/bin/evtest-capture \
|
|
||||||
$(TARGET_DIR)/usr/share/evtest \
|
|
||||||
$(TARGET_DIR)/usr/share/man/man1/evtest-capture.1
|
|
||||||
endef
|
|
||||||
|
|
||||||
EVTEST_POST_INSTALL_TARGET_HOOKS += EVTEST_REMOVE_EVTEST_CAPTURE
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user