[oe-commits] [openembedded-core] 12/20: packagegroup-core-full-cmdline: Make nfs-utils/rpcbind optional

git at git.openembedded.org git at git.openembedded.org
Thu May 30 11:37:38 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit bd59536158ba29aec979378068d5d50b4a29282d
Author: Oliver Stäbler <oliver.staebler at bytesatwork.ch>
AuthorDate: Tue May 28 10:36:30 2019 +0200

    packagegroup-core-full-cmdline: Make nfs-utils/rpcbind optional
    
    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 at bytesatwork.ch>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/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 ec67f8d..d38f545 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)} \
     "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list