diff options
-rw-r--r-- | meta-webserver/recipes-webadmin/cockpit/cockpit_337.bb | 4 |
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 | " |
174 | RDEPENDS:${PN} += "${PN}-bridge" | 174 | RDEPENDS:${PN} += "${PN}-bridge" |
175 | # Needs bash for /usr/libexec/cockpit-certificate-helper | 175 | # Needs bash and mv for /usr/libexec/cockpit-certificate-helper |
176 | RDEPENDS:${PN} += "bash" | 176 | RDEPENDS:${PN} += "bash coreutils" |
177 | 177 | ||
178 | do_install:append() { | 178 | do_install:append() { |
179 | pkgdatadir=${datadir}/cockpit | 179 | pkgdatadir=${datadir}/cockpit |