From bd59536158ba29aec979378068d5d50b4a29282d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20St=C3=A4bler?= Date: Tue, 28 May 2019 10:36:30 +0200 Subject: [PATCH] packagegroup-core-full-cmdline: Make nfs-utils/rpcbind optional MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- .../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.40.1