diff options
author | Oliver Stäbler <oliver.staebler@bytesatwork.ch> | 2019-05-28 10:36:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-30 12:37:03 +0100 |
commit | 49e4108756ca3324fa12f8c6a39f3c7f8ac4f55e (patch) | |
tree | 3c947bd7e75b97c00f53a29c7fd19ac38c1e4169 /meta/recipes-extended/packagegroups | |
parent | 0799b21260d66398d08b9e040f8ee04f23d09caf (diff) | |
download | poky-49e4108756ca3324fa12f8c6a39f3c7f8ac4f55e.tar.gz |
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
(From OE-Core rev: bd59536158ba29aec979378068d5d50b4a29282d)
Signed-off-by: Oliver Stäbler <oliver.staebler@bytesatwork.ch>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/packagegroups')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb | 3 |
1 files changed, 1 insertions, 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 = "\ | |||
135 | at \ | 135 | at \ |
136 | cronie \ | 136 | cronie \ |
137 | logrotate \ | 137 | logrotate \ |
138 | nfs-utils \ | 138 | ${@bb.utils.contains('DISTRO_FEATURES', 'nfs', 'nfs-utils rpcbind', '', d)} \ |
139 | rpcbind \ | ||
140 | " | 139 | " |