config-files: audit-config and openssh-config
- Move config-files subpackages to bbappends - Removed audit-config and opennssh-config - Update packagegroup-stx to reflect the change Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
parent
01a2b56a4a
commit
1baecd7f5c
meta-stx-distro/recipes-core/packagegroups
meta-stx-flock/stx-config-files
@ -55,7 +55,6 @@ RDEPENDS_packagegroup-stx-config = " \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-stx-config-files = " \
|
||||
audit-config \
|
||||
dhclient-config \
|
||||
dnsmasq-config \
|
||||
docker-config \
|
||||
@ -73,7 +72,6 @@ RDEPENDS_packagegroup-stx-config-files = " \
|
||||
nfs-utils-config \
|
||||
ntp-config \
|
||||
openldap-config \
|
||||
openssh-config \
|
||||
openvswitch-config \
|
||||
pam-config \
|
||||
rabbitmq-server-config \
|
||||
|
@ -51,6 +51,8 @@ do_install () {
|
||||
find ${D}/${datadir}/starlingx/config-files -name centos -exec rm -rf {} +
|
||||
rm -rf ${D}/${datadir}/starlingx/config-files/centos-release-config
|
||||
chown -R root:root ${D}/${datadir}/starlingx/config-files/
|
||||
rm -rf ${D}/${datadir}/starlingx/config-files/audit-config
|
||||
rm -rf ${D}/${datadir}/starlingx/config-files/openssh-config
|
||||
}
|
||||
|
||||
PACKAGES ?= ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user