From patchwork Sun Apr 26 12:54:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 464679 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 76DEB1400B7 for ; Sun, 26 Apr 2015 22:54:51 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=qpz3Ux08; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C18338B29E; Sun, 26 Apr 2015 12:54:50 +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 Vj+g3VwuC9AO; Sun, 26 Apr 2015 12:54:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 58A4A8B2AA; Sun, 26 Apr 2015 12:54:50 +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 BC50D1C2442 for ; Sun, 26 Apr 2015 12:54:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B29DC2FF6B for ; Sun, 26 Apr 2015 12:54:49 +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 B+j-ReaaTjIh for ; Sun, 26 Apr 2015 12:54:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by silver.osuosl.org (Postfix) with ESMTPS id CD7F32FF58 for ; Sun, 26 Apr 2015 12:54:48 +0000 (UTC) Received: by wgen6 with SMTP id n6so91010709wge.3 for ; Sun, 26 Apr 2015 05:54:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=15TBzPsm4wPknx9TbZZu5/HIqN0wdNhybyorcuz0JCk=; b=qpz3Ux08746PId+bK85dqUhOKoO02+U1/xPQwGIjB3Zn9o6TrPWM7HDtpaS+o2NwWY oHD590n7azRVlaL/lZR2BswbDzg1LHSY5l0uv6bU2uKCdbckFJQONNH7NxvC8DHXhNhA Ma9V4ScwGsqSRFDf1qdnriBxsoYgjbCW0/x02CZpXYaqXDZp28gdnbQKG7NKQlKqPzCD ntVxTuEDVuIj3mPK6/6iBwiJcsFReuOVeVNRWnqFr4GlmqJPSnwPkdXBvZv1ZFmRNHsu 3mAXLvyNUHuxcQw5cqVZTEp/LcEFjdcQfWpTAn112p0f2+K9gHCksUX8C8r7023D5Pnf HBOQ== X-Received: by 10.180.100.101 with SMTP id ex5mr12759793wib.13.1430052887591; Sun, 26 Apr 2015 05:54:47 -0700 (PDT) Received: from localhost.localdomain (mangue.f00.fr. [82.226.166.74]) by mx.google.com with ESMTPSA id ha4sm7274146wib.0.2015.04.26.05.54.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Apr 2015 05:54:47 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 26 Apr 2015 14:54:31 +0200 Message-Id: <1430052871-6235-2-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1430052871-6235-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1430052871-6235-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 2/2] kodi: Without native RPC use libtirpc 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" The previous patch allow to build libnfs without native RPC support by using libtirpc. Report that dependency here. Signed-off-by: Maxime Hadjinlian --- package/kodi/Config.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 91c1cce..04a9cb4 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -176,14 +176,11 @@ config BR2_PACKAGE_KODI_LIBMICROHTTPD config BR2_PACKAGE_KODI_LIBNFS bool "nfs" - depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC select BR2_PACKAGE_LIBNFS + select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC help Enable NFS server support. -comment "nfs support needs a toolchain w/ RPC support" - depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC - config BR2_PACKAGE_KODI_RTMPDUMP bool "rtmp" select BR2_PACKAGE_RTMPDUMP