From patchwork Sat Nov 8 14:53:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 408361 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 369BC1400D2 for ; Sun, 9 Nov 2014 01:54:59 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 54CF291616; Sat, 8 Nov 2014 14:54:58 +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 so454XDB6uLO; Sat, 8 Nov 2014 14:54:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id C9AC09258F; Sat, 8 Nov 2014 14:54:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 516751C2879 for ; Sat, 8 Nov 2014 14:54:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4F6613351D for ; Sat, 8 Nov 2014 14:54:02 +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 H9xoAUyvONUB for ; Sat, 8 Nov 2014 14:54:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by silver.osuosl.org (Postfix) with ESMTPS id 7E6E332EBC for ; Sat, 8 Nov 2014 14:53:59 +0000 (UTC) Received: from fwd02.aul.t-online.de (fwd02.aul.t-online.de [172.20.26.148]) by mailout09.t-online.de (Postfix) with SMTP id 812664B1F89 for ; Sat, 8 Nov 2014 15:53:57 +0100 (CET) Received: from fli4l.lan.fli4l (TnoV2gZdohsDEGs3FR6m8sEdOldQDifpOml0dyZJVUAvwoOEE3y7sObuFkE3SYxwQL@[79.247.176.159]) by fwd02.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1Xn7Og-0Mll5c0; Sat, 8 Nov 2014 15:53:50 +0100 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:52003) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1Xn7Of-00069Z-KM; Sat, 08 Nov 2014 15:53:50 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 8 Nov 2014 15:53:34 +0100 Message-Id: <1415458426-23645-2-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1415458426-23645-1-git-send-email-bernd.kuhls@t-online.de> References: <1415458426-23645-1-git-send-email-bernd.kuhls@t-online.de> X-ID: TnoV2gZdohsDEGs3FR6m8sEdOldQDifpOml0dyZJVUAvwoOEE3y7sObuFkE3SYxwQL X-TOI-MSGID: e26f398d-274a-4d4f-ac8d-6099cd0b9eed Cc: Bernd Kuhls Subject: [Buildroot] [RFC/PATCH v5 01/13] package/libcec: Bump to version 2.2.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Kodi Helix depends on libcec >= 2.2.0 Removed libcec-0001-Fix-unregistering-a-callback-that-wasn-t-register.patch applied upstream: https://github.com/Pulse-Eight/libcec/commit/485660f Renamed remaining patch according to new naming convention. Signed-off-by: Bernd Kuhls --- ...i-warning.patch => 0001-no-psabi-warning.patch} | 0 ...gistering-a-callback-that-wasn-t-register.patch | 36 -------------------- package/libcec/libcec.mk | 2 +- 3 files changed, 1 insertion(+), 37 deletions(-) rename package/libcec/{libcec-0002-no-psabi-warning.patch => 0001-no-psabi-warning.patch} (100%) delete mode 100644 package/libcec/libcec-0001-Fix-unregistering-a-callback-that-wasn-t-register.patch diff --git a/package/libcec/libcec-0002-no-psabi-warning.patch b/package/libcec/0001-no-psabi-warning.patch similarity index 100% rename from package/libcec/libcec-0002-no-psabi-warning.patch rename to package/libcec/0001-no-psabi-warning.patch diff --git a/package/libcec/libcec-0001-Fix-unregistering-a-callback-that-wasn-t-register.patch b/package/libcec/libcec-0001-Fix-unregistering-a-callback-that-wasn-t-register.patch deleted file mode 100644 index 41d93aa..0000000 --- a/package/libcec/libcec-0001-Fix-unregistering-a-callback-that-wasn-t-register.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 78e52d55d6fc079b9a96d1a663d1991d9a0f2a2b Mon Sep 17 00:00:00 2001 -From: Maxime Hadjinlian -Date: Wed, 7 May 2014 08:41:27 +0200 -Subject: [PATCH] Fix unregistering a callback that wasn't register - -This patchs fixes an asserts that get's thrown when you start XBMC and thus -prevents it from starting. -The asserts you'll endup getting is: -assertion failure: -[...]/interface/vmcs_host/vc_vchi_tvservice.c:430:vc_tv_unregister_callback():done - -Found: https://github.com/raspberrypi/userland/issues/159 - -Signed-off-by: Maxime Hadjinlian ---- - src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp b/src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp -index 76c61b3..1eb6417 100644 ---- a/src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp -+++ b/src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp -@@ -353,7 +353,9 @@ void CRPiCECAdapterCommunication::Close(void) - else - return; - } -- vc_tv_unregister_callback(rpi_tv_callback); -+ -+ if (m_bInitialised) -+ vc_tv_unregister_callback(rpi_tv_callback); - - UnregisterLogicalAddress(); - --- -1.9.2 - diff --git a/package/libcec/libcec.mk b/package/libcec/libcec.mk index 5a889b9..8bdc9ea 100644 --- a/package/libcec/libcec.mk +++ b/package/libcec/libcec.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBCEC_VERSION = libcec-2.1.4-repack +LIBCEC_VERSION = libcec-2.2.0-repack LIBCEC_SITE = $(call github,Pulse-Eight,libcec,$(LIBCEC_VERSION)) LIBCEC_LICENSE = GPLv2+ LIBCEC_LICENSE_FILES = COPYING