From patchwork Thu Oct 1 20:13:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 525290 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 66DEC140788 for ; Fri, 2 Oct 2015 06:14:10 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id ACDEAA3D18; Thu, 1 Oct 2015 20:14:09 +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 qMMemn_26Mna; Thu, 1 Oct 2015 20:14:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 10243A3D1D; Thu, 1 Oct 2015 20:14:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 25DB91C2D17 for ; Thu, 1 Oct 2015 20:14:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1FD5592373 for ; Thu, 1 Oct 2015 20:14:08 +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 kLk3k59mkzst for ; Thu, 1 Oct 2015 20:14:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by whitealder.osuosl.org (Postfix) with ESMTPS id 16DE2922E5 for ; Thu, 1 Oct 2015 20:14:07 +0000 (UTC) Received: from fwd03.aul.t-online.de (fwd03.aul.t-online.de [172.20.27.148]) by mailout10.t-online.de (Postfix) with SMTP id 16E5218D972 for ; Thu, 1 Oct 2015 22:14:05 +0200 (CEST) Received: from fli4l.lan.fli4l (EAGr6YZE8hMeYDjfAqxKnWUv86AW6ylN3eUFSIthkpwF0DdzaUF1ce-koe6RlKSZ+w@[79.247.158.213]) by fwd03.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ZhkEp-0AHxSq0; Thu, 1 Oct 2015 22:13:59 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:53850 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1ZhkEp-0001DN-3d; Thu, 01 Oct 2015 22:13:59 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 1 Oct 2015 22:13:57 +0200 Message-Id: <1443730437-12443-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.5.3 X-ID: EAGr6YZE8hMeYDjfAqxKnWUv86AW6ylN3eUFSIthkpwF0DdzaUF1ce-koe6RlKSZ+w X-TOI-MSGID: ad29c0b0-cb80-40fd-94a1-44ce9030a4db Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v2 1/1] package/kodi-pvr-stalker: Needs jsoncpp 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" Fixes http://autobuild.buildroot.net/results/56f/56fb98da27495f6a461bfdc7aa8c2de4d86dfdb8/ http://autobuild.buildroot.net/results/f98/f982b437935cf1f921559f5388fd4146eb9241bd/ Signed-off-by: Bernd Kuhls --- v2: add jsoncpp reverse dependency (Baruch) package/kodi-pvr-stalker/Config.in | 5 +++++ package/kodi-pvr-stalker/kodi-pvr-stalker.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package/kodi-pvr-stalker/Config.in b/package/kodi-pvr-stalker/Config.in index b327fd8..0e6143a 100644 --- a/package/kodi-pvr-stalker/Config.in +++ b/package/kodi-pvr-stalker/Config.in @@ -1,7 +1,12 @@ config BR2_PACKAGE_KODI_PVR_STALKER bool "kodi-pvr-stalker" + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp + select BR2_PACKAGE_JSONCPP select BR2_PACKAGE_KODI_PLATFORM help A PVR Client that connects Kodi to Stalker Middleware https://github.com/kodi-pvr/pvr.stalker + +comment "kodi-pvr-stalker needs a toolchain w/ C++, gcc >= 4.7" + depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 diff --git a/package/kodi-pvr-stalker/kodi-pvr-stalker.mk b/package/kodi-pvr-stalker/kodi-pvr-stalker.mk index 589cf7d..c1baa8d 100644 --- a/package/kodi-pvr-stalker/kodi-pvr-stalker.mk +++ b/package/kodi-pvr-stalker/kodi-pvr-stalker.mk @@ -8,6 +8,6 @@ KODI_PVR_STALKER_VERSION = 5f6eb1992ffd45a075ebb7bc4253c4a88bf65c80 KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION)) KODI_PVR_STALKER_LICENSE = GPLv2+ KODI_PVR_STALKER_LICENSE_FILES = src/client.h -KODI_PVR_STALKER_DEPENDENCIES = kodi-platform +KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi-platform $(eval $(cmake-package))