libevdev: use tarball instead of git repository
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 31 Jul 2014 20:49:28 +0000 (22:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 31 Jul 2014 21:15:55 +0000 (23:15 +0200)
Tarballs are now provided for libevdev, so use that instead of the Git
repository, as it allows to avoid autoreconf for the package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
package/libevdev/libevdev.mk

index a9a1d416a062bb6e7b2ade377463ae31277f03dc..fde7d3ce93be12657820f67242f85d5cfb797ef4 100644 (file)
@@ -5,16 +5,14 @@
 ################################################################################
 
 LIBEVDEV_VERSION = 1.2.2
-LIBEVDEV_SITE = http://cgit.freedesktop.org/libevdev/snapshot
+LIBEVDEV_SITE = http://www.freedesktop.org/software/libevdev/
+LIBEVDEV_SOURCE = libevdev-$(LIBEVDEV_VERSION).tar.xz
 LIBEVDEV_LICENSE = X11
 LIBEVDEV_LICENSE_FILES = COPYING
 
 # Uses PKG_CHECK_MODULES() in configure.ac
 LIBEVDEV_DEPENDENCIES = host-pkgconf
 
-# package source code coming from git, so it doesn't have generated
-# configure and Makefile.in
-LIBEVDEV_AUTORECONF = YES
 LIBEVDEV_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))