mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/evtest: switch to Gitlab
Downloading from the cgit repo is now broken and it is a mirror of the Gitlab repo so use the Gitlab repo. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
d401d7cbd0
commit
9ea9dd021f
@ -6,4 +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://cgit.freedesktop.org/evtest
|
https://gitlab.freedesktop.org/libevdev/evtest
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# locally computed
|
# locally computed
|
||||||
sha256 73d5b604d57551418d282fedee3deae9f851afb3c355dccc87153364c046efd3 evtest-1.34.tar.gz
|
sha256 0e7a2eeff380af796e5e9b21b6f48fd706c58c931162c151c2c1074bdfeb85c6 evtest-evtest-1.34.tar.gz
|
||||||
|
|
||||||
# License files
|
# License files
|
||||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
EVTEST_VERSION = 1.34
|
EVTEST_VERSION = 1.34
|
||||||
EVTEST_SITE = http://cgit.freedesktop.org/evtest/snapshot
|
EVTEST_SOURCE = evtest-evtest-$(EVTEST_VERSION).tar.gz
|
||||||
|
EVTEST_SITE = https://gitlab.freedesktop.org/libevdev/evtest/-/archive/evtest-$(EVTEST_VERSION)
|
||||||
EVTEST_LICENSE = GPL-2.0+
|
EVTEST_LICENSE = GPL-2.0+
|
||||||
EVTEST_LICENSE_FILES = COPYING
|
EVTEST_LICENSE_FILES = COPYING
|
||||||
EVTEST_DEPENDENCIES = host-pkgconf
|
EVTEST_DEPENDENCIES = host-pkgconf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user