From patchwork Tue Apr 22 21:27:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Seiderer X-Patchwork-Id: 341630 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id DE3A61400FA for ; Wed, 23 Apr 2014 07:27:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C8F7F8BE58; Tue, 22 Apr 2014 21:27:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iHIoFKE3fEiP; Tue, 22 Apr 2014 21:27:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id B80558BBCA; Tue, 22 Apr 2014 21:27:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1888C1BF9F1 for ; Tue, 22 Apr 2014 21:27:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 136A88BB93 for ; Tue, 22 Apr 2014 21:27:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0r+xVQMgxIOS for ; Tue, 22 Apr 2014 21:27:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by whitealder.osuosl.org (Postfix) with ESMTPS id 09AF98B84E for ; Tue, 22 Apr 2014 21:27:31 +0000 (UTC) Received: from linux.local ([94.216.46.35]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0M3eDF-1WuNdI3xj7-00rLNN for ; Tue, 22 Apr 2014 23:27:30 +0200 From: Peter Seiderer To: buildroot@busybox.net Date: Tue, 22 Apr 2014 23:27:28 +0200 Message-Id: <1398202048-28811-1-git-send-email-ps.report@gmx.net> X-Mailer: git-send-email 1.8.1.4 X-Provags-ID: V03:K0:NWnm8vUz1I55cd8ltZBTVEWJ1ehy3sRzXqxZW0xGsQA9VKLBuYx JOS4D3c4MZTYEEXwhmqqjf+aBl8q6GlrTROkcBRGXljJkns6fFbwNohveU+N4RtqpfDFH1L 71L0OzVstYvQinf8Lphu9BEgGokqbxegvMgIE6dIMETsJ9Zme1A1gvNVlOsboR6quxrSrek Yj99/0j+sJ7NeAKG0YkcA== Subject: [Buildroot] [PATCH] evtest: bump version to 1.31 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net - update version to 1.31 - 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 --- package/evtest/Config.in | 14 +------------- package/evtest/evtest.mk | 22 +++++----------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/package/evtest/Config.in b/package/evtest/Config.in index 77821c4..1087217 100644 --- a/package/evtest/Config.in +++ b/package/evtest/Config.in @@ -6,16 +6,4 @@ config BR2_PACKAGE_EVTEST device. It then monitors the device and displays all the events layer events generated. - http://www.freedesktop.org/wiki/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 + http://cgit.freedesktop.org/evtest diff --git a/package/evtest/evtest.mk b/package/evtest/evtest.mk index 2a87553..e3ff9d6 100644 --- a/package/evtest/evtest.mk +++ b/package/evtest/evtest.mk @@ -4,25 +4,13 @@ # ################################################################################ -EVTEST_VERSION = 1.30 -EVTEST_SOURCE = evtest-$(EVTEST_VERSION).tar.bz2 -# no official upstream tarball -EVTEST_SITE = http://pkgs.fedoraproject.org/repo/pkgs/evtest/evtest-1.30.tar.bz2/27c0902839babfd07136f232c63c895c/ +EVTEST_VERSION = 1.31 +EVTEST_SOURCE = evtest-$(EVTEST_VERSION).tar.gz +EVTEST_SITE = http://cgit.freedesktop.org/evtest/snapshot EVTEST_LICENSE = GPLv2 EVTEST_LICENSE_FILES = COPYING EVTEST_DEPENDENCIES = host-pkgconf - -ifeq ($(BR2_PACKAGE_EVTEST_CAPTURE),y) -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 +# needed because source package contains no generated files +EVTEST_AUTORECONF = YES $(eval $(autotools-package))