mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
packagegroup-core-nfs: provide the nfs-client IMAGE_FEATURES
provide the nfs-client IMAGE_FEATURES, to ease a user to only install nfs client related files to image (From OE-Core rev: bbdc808a8ea76369a36473c906991e25ca49c323) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -8,7 +8,11 @@ PR = "r2"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "${PN}-server"
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = "${PN}-server ${PN}-client"
|
||||
|
||||
SUMMARY_${PN}-client = "NFS client"
|
||||
RDEPENDS_${PN}-client = "nfs-utils-client"
|
||||
|
||||
SUMMARY_${PN}-server = "NFS server"
|
||||
RDEPENDS_${PN}-server = "\
|
||||
|
||||
Reference in New Issue
Block a user