From patchwork Sat Sep 21 19:28:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1165647 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46bLLQ2CBFz9sDB for ; Sun, 22 Sep 2019 05:31:42 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CC56F85792; Sat, 21 Sep 2019 19:31:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MRxbYBU1LvuE; Sat, 21 Sep 2019 19:31:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3026985683; Sat, 21 Sep 2019 19:31:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 731D61BF319 for ; Sat, 21 Sep 2019 19:31:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5C6CD203D2 for ; Sat, 21 Sep 2019 19:31:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tisM0UBW7l7h for ; Sat, 21 Sep 2019 19:31:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by silver.osuosl.org (Postfix) with ESMTPS id D1AC7203ED for ; Sat, 21 Sep 2019 19:31:15 +0000 (UTC) Received: from fwd35.aul.t-online.de (fwd35.aul.t-online.de [172.20.27.145]) by mailout08.t-online.de (Postfix) with SMTP id 777E141E6A0A; Sat, 21 Sep 2019 21:31:14 +0200 (CEST) Received: from fli4l.lan.fli4l (Gzt2ZGZQwh2wadAX1wwIJLDT-Tisw-J9E5k48olQqdp2oTjZgOv0k-gp1ibzvINQkM@[91.58.7.65]) by fwd35.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1iBl66-0kTGS00; Sat, 21 Sep 2019 21:31:10 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:50668) by fli4l.lan.fli4l with esmtp (Exim 4.92.2) (envelope-from ) id 1iBl3c-0007Ja-CT; Sat, 21 Sep 2019 21:28:36 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 21 Sep 2019 21:28:15 +0200 Message-Id: <20190921192826.10143-15-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190921192826.10143-1-bernd.kuhls@t-online.de> References: <20190921192826.10143-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: Gzt2ZGZQwh2wadAX1wwIJLDT-Tisw-J9E5k48olQqdp2oTjZgOv0k-gp1ibzvINQkM X-TOI-MSGID: 53ecfec8-c463-4bf7-bc35-14432729fe48 Subject: [Buildroot] [PATCH v6 14/25] package/kodi-peripheral-joystick: bump version X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Maxime Hadjinlian Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Removed dependency to kodi-platform https://github.com/xbmc/peripheral.joystick/commit/a9489ea0f08bbf04affb798857439540478ff90d Added dependency to tinyxml https://github.com/xbmc/peripheral.joystick/commit/471aa27d6c8ff9c9d0ac50c1b32f1504840194b5 Signed-off-by: Bernd Kuhls --- package/kodi-peripheral-joystick/Config.in | 2 +- .../kodi-peripheral-joystick.hash | 2 +- .../kodi-peripheral-joystick/kodi-peripheral-joystick.mk | 8 +++----- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package/kodi-peripheral-joystick/Config.in b/package/kodi-peripheral-joystick/Config.in index f257710a88..d93e71b607 100644 --- a/package/kodi-peripheral-joystick/Config.in +++ b/package/kodi-peripheral-joystick/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_KODI_PERIPHERAL_JOYSTICK bool "kodi-peripheral-joystick" depends on BR2_PACKAGE_HAS_UDEV - select BR2_PACKAGE_KODI_PLATFORM + select BR2_PACKAGE_TINYXML help Kodi joystick support (drivers and button maps) diff --git a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash index 5a7348d414..d863de0288 100644 --- a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash +++ b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 9a183e1f92ff2c68816bfa0056c65585a3e1129d924326359d7a5dfbcba6c56a kodi-peripheral-joystick-1.3.4.tar.gz +sha256 45664b515c44d5fe5cc6cf5c7cb0f5ca239b5e68c9a88f047e236beb5cae0449 kodi-peripheral-joystick-7611722a4921b66674a41c3f5322ff0a54246b71.tar.gz diff --git a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk index 13c33fc0af..b8178b7ca9 100644 --- a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk +++ b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk @@ -4,12 +4,10 @@ # ################################################################################ -# This cset is on the branch 'Krypton' -# When Kodi is updated, then this should be updated to the corresponding branch -KODI_PERIPHERAL_JOYSTICK_VERSION = 1.3.4 -KODI_PERIPHERAL_JOYSTICK_SITE = $(call github,xbmc,peripheral.joystick,v$(KODI_PERIPHERAL_JOYSTICK_VERSION)) +KODI_PERIPHERAL_JOYSTICK_VERSION = 7611722a4921b66674a41c3f5322ff0a54246b71 +KODI_PERIPHERAL_JOYSTICK_SITE = $(call github,xbmc,peripheral.joystick,$(KODI_PERIPHERAL_JOYSTICK_VERSION)) KODI_PERIPHERAL_JOYSTICK_LICENSE = GPL-2.0+ KODI_PERIPHERAL_JOYSTICK_LICENSE_FILES = src/addon.cpp -KODI_PERIPHERAL_JOYSTICK_DEPENDENCIES = kodi-platform udev +KODI_PERIPHERAL_JOYSTICK_DEPENDENCIES = kodi tinyxml udev $(eval $(cmake-package))