mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-18 08:15:56 +01:00
cockpit: Add runtime dependency on GNU Coreutils
The BusyBox version of mv does not have the -Z flag for setting SELinux security context. This results in failure when the cockpit-certificate-helper script is executed. Depend the package on GNU Coreutils to make sure that the proper version of mv is installed. Signed-off-by: Daniel Semkowicz <dse@thaumatec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
35fafdb342
commit
d8d4b7ab88
|
|
@ -172,8 +172,8 @@ FILES:${PN} += " \
|
||||||
${nonarch_libdir}/firewalld \
|
${nonarch_libdir}/firewalld \
|
||||||
"
|
"
|
||||||
RDEPENDS:${PN} += "${PN}-bridge"
|
RDEPENDS:${PN} += "${PN}-bridge"
|
||||||
# Needs bash for /usr/libexec/cockpit-certificate-helper
|
# Needs bash and mv for /usr/libexec/cockpit-certificate-helper
|
||||||
RDEPENDS:${PN} += "bash"
|
RDEPENDS:${PN} += "bash coreutils"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
pkgdatadir=${datadir}/cockpit
|
pkgdatadir=${datadir}/cockpit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user