mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00: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…
x
Reference in New Issue
Block a user