Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
SUMMARY = "Hardening example group"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = "${PN} \
|
||||
packagegroup-${PN} \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
init-ifupdown \
|
||||
${VIRTUAL-RUNTIME_base-utils-syslog} \
|
||||
sudo \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pam", "pam-plugin-wheel", "",d)} \
|
||||
"
|
||||
Reference in New Issue
Block a user