From patchwork Sat Jul 11 14:48:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 494015 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 915641402B6 for ; Sun, 12 Jul 2015 00:48:34 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=NiSdIDTt; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B417B32E77; Sat, 11 Jul 2015 14:48:32 +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 D8nUJiNjvwe8; Sat, 11 Jul 2015 14:48:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4AB8532EA4; Sat, 11 Jul 2015 14:48:30 +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 22CE21C0FE9 for ; Sat, 11 Jul 2015 14:48:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1CEC19092B for ; Sat, 11 Jul 2015 14:48:29 +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 Oiky9Eon4KYg for ; Sat, 11 Jul 2015 14:48:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3F49E90880 for ; Sat, 11 Jul 2015 14:48:28 +0000 (UTC) Received: by wgov12 with SMTP id v12so83886895wgo.1 for ; Sat, 11 Jul 2015 07:48:26 -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; bh=+lHVihprCqN+hslnxCkoS70Alxo+AyK+DA6GbhOkl0s=; b=NiSdIDTt2rbAr8vth7RxyEjUu8Gt5q78f36Z0z65Zw97N884kCLqSETGCUqmHqEtbD 6rPqgG+2rAzH95GQYKqlJz6me70+GDGCY4Lj7ZoVKZlMlySNGG03iEJWeSC73bGpvuMV DKf+WVZfezWzxgvGfCXTB8bz6fax6tUfr4xuYrc9S0XT9gzBd0fTotqWkYcf2uYGMmxx WkX6nTwwV3NTrknAB9lDQevV4oNxVyRyAD7dfaDKrLqxETBQsv16Q6o34MjFzRT24u5X N1uY0ovHMocESwsi5wr/z7TqTxKSvfYc2qV9RT4Pau5gsIiPSponlH6ET7UwarD0wqIZ 6eWQ== X-Received: by 10.180.108.142 with SMTP id hk14mr7431073wib.5.1436626106862; Sat, 11 Jul 2015 07:48:26 -0700 (PDT) Received: from cerise.home (AToulouse-657-1-1031-128.w92-134.abo.wanadoo.fr. [92.134.9.128]) by smtp.gmail.com with ESMTPSA id qq1sm18455266wjc.0.2015.07.11.07.48.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 11 Jul 2015 07:48:25 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sat, 11 Jul 2015 16:48:19 +0200 Message-Id: <1436626101-3598-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [Buildroot] [PATCH 1/3] nfs-utils: Add rpcbind as a runtime dependency 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" rpcbind is necessary for nfs_utils to works as a server Signed-off-by: Maxime Hadjinlian --- package/nfs-utils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in index 66f9c21..2806551 100644 --- a/package/nfs-utils/Config.in +++ b/package/nfs-utils/Config.in @@ -6,6 +6,7 @@ config BR2_PACKAGE_NFS_UTILS bool "nfs-utils" depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC + select BR2_PACKAGE_RPCBIND # runtime depends on BR2_USE_MMU # fork() help The NFS Linux kernel server.