summaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorDaniel Semkowicz <dse@thaumatec.com>2025-10-16 09:37:44 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-16 08:48:34 -0700
commitd8d4b7ab8829ff620b04f66435e415efe9412f86 (patch)
treebfea0ab0a673c3b238617811cf1bb71895e8acf1 /meta-webserver
parent35fafdb34275d6f6c8db6825e8fed1d36f28972c (diff)
downloadmeta-openembedded-d8d4b7ab8829ff620b04f66435e415efe9412f86.tar.gz
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>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-webadmin/cockpit/cockpit_337.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_337.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_337.bb
index c9619d835a..522d129502 100644
--- a/meta-webserver/recipes-webadmin/cockpit/cockpit_337.bb
+++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_337.bb
@@ -172,8 +172,8 @@ FILES:${PN} += " \
172 ${nonarch_libdir}/firewalld \ 172 ${nonarch_libdir}/firewalld \
173" 173"
174RDEPENDS:${PN} += "${PN}-bridge" 174RDEPENDS:${PN} += "${PN}-bridge"
175# Needs bash for /usr/libexec/cockpit-certificate-helper 175# Needs bash and mv for /usr/libexec/cockpit-certificate-helper
176RDEPENDS:${PN} += "bash" 176RDEPENDS:${PN} += "bash coreutils"
177 177
178do_install:append() { 178do_install:append() {
179 pkgdatadir=${datadir}/cockpit 179 pkgdatadir=${datadir}/cockpit