All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-core-full-cmdline: Make nfs-utils/rpcbind optional
@ 2019-05-28  8:36 Oliver Stäbler
  0 siblings, 0 replies; only message in thread
From: Oliver Stäbler @ 2019-05-28  8:36 UTC (permalink / raw)
  To: openembedded-core

Consider DISTRO_FEATURES for nfs-utils and rpcbind.
This is to prevent the following warning while booting:
NFS daemon support not enabled in kernel

Signed-off-by: Oliver Stäbler <oliver.staebler@bytesatwork.ch>
---
 .../packagegroups/packagegroup-core-full-cmdline.bb            | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
index ec67f8d123..d38f545e06 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
@@ -135,6 +135,5 @@ RDEPENDS_packagegroup-core-full-cmdline-sys-services = "\
     at \
     cronie \
     logrotate \
-    nfs-utils \
-    rpcbind \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'nfs', 'nfs-utils rpcbind', '', d)} \
     "
-- 
2.21.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-28  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28  8:36 [PATCH] packagegroup-core-full-cmdline: Make nfs-utils/rpcbind optional Oliver Stäbler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.