From patchwork Sun Dec 3 18:23:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 844005 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yqbx23FgMz9s7B for ; Mon, 4 Dec 2017 05:23:34 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5FAF22D865; Sun, 3 Dec 2017 18:23:29 +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 NmVof0QVgToc; Sun, 3 Dec 2017 18:23:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 29BD42D555; Sun, 3 Dec 2017 18:23:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 240B61C21AC for ; Sun, 3 Dec 2017 18:23:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1F0658885E for ; Sun, 3 Dec 2017 18:23:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id URW-o1vgsQOj for ; Sun, 3 Dec 2017 18:23:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by hemlock.osuosl.org (Postfix) with ESMTPS id 02DE1886DF for ; Sun, 3 Dec 2017 18:23:23 +0000 (UTC) Received: from fwd17.aul.t-online.de (fwd17.aul.t-online.de [172.20.27.64]) by mailout07.t-online.de (Postfix) with SMTP id 3D221421A798 for ; Sun, 3 Dec 2017 19:23:21 +0100 (CET) Received: from fli4l.lan.fli4l (TJ4wBrZVwhtyEX1R5fCpyUA2cXRX0JFy+kg7fVknEdFq2hjTXtSy4b3M75vT-JVw1a@[79.228.14.13]) by fwd17.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1eLYvB-2LehAO0; Sun, 3 Dec 2017 19:23:21 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:58524 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89_1) (envelope-from ) id 1eLYv0-0007Gv-Sk for buildroot@buildroot.org; Sun, 03 Dec 2017 19:23:20 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 3 Dec 2017 19:23:10 +0100 Message-Id: <20171203182310.23780-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: TJ4wBrZVwhtyEX1R5fCpyUA2cXRX0JFy+kg7fVknEdFq2hjTXtSy4b3M75vT-JVw1a X-TOI-MSGID: 72871138-bef0-4755-8636-4265d80a437b Subject: [Buildroot] [PATCH 1/1] package/kodi-pvr-stalker: needs libxml2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 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" Since https://git.buildroot.net/buildroot/commit/package/kodi?id=bf9bfd065ba3fab328fd041ca040f2bf134fecf2 kodi itself does not depend on libxml2 anymore which previously provided libxml2 still needed by kodi-pvr-stalker: https://github.com/kodi-pvr/pvr.stalker/blob/Krypton/CMakeLists.txt#L12 Fixes a build error not caught by autobuilders because they do not have host jdk installed: CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) Signed-off-by: Bernd Kuhls --- package/kodi-pvr-stalker/Config.in | 1 + package/kodi-pvr-stalker/kodi-pvr-stalker.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kodi-pvr-stalker/Config.in b/package/kodi-pvr-stalker/Config.in index 3ec530cd39..d334d0c2cb 100644 --- a/package/kodi-pvr-stalker/Config.in +++ b/package/kodi-pvr-stalker/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_KODI_PVR_STALKER bool "kodi-pvr-stalker" select BR2_PACKAGE_JSONCPP select BR2_PACKAGE_KODI_PLATFORM + select BR2_PACKAGE_LIBXML2 help A PVR Client that connects Kodi to Stalker Middleware diff --git a/package/kodi-pvr-stalker/kodi-pvr-stalker.mk b/package/kodi-pvr-stalker/kodi-pvr-stalker.mk index ee61171d78..32ac2cad0e 100644 --- a/package/kodi-pvr-stalker/kodi-pvr-stalker.mk +++ b/package/kodi-pvr-stalker/kodi-pvr-stalker.mk @@ -10,6 +10,6 @@ KODI_PVR_STALKER_VERSION = 2.8.6-Krypton KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION)) KODI_PVR_STALKER_LICENSE = GPL-2.0+ KODI_PVR_STALKER_LICENSE_FILES = src/client.h -KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi-platform +KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi-platform libxml2 $(eval $(cmake-package))