cockpit: Move packagekit to a separate package

Packagekit (Software Updates tab) is an optional Cockpit Project
package. Make it also an optional package in recipe.

Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Daniel Semkowicz 2023-09-18 13:03:01 +02:00 committed by Khem Raj
parent 09c071b53e
commit 2277eaf809

View File

@ -60,6 +60,7 @@ PACKAGES =+ " \
${PN}-playground \
${PN}-docker \
${PN}-dashboard \
${PN}-packagekit \
${PN}-bridge \
${PN}-ws \
${PN}-desktop \
@ -112,6 +113,8 @@ FILES:${PN}-docker = " \
FILES:${PN}-dashboard = "${datadir}/cockpit/dashboard"
ALLOW_EMPTY:${PN}-dashboard = "1"
FILES:${PN}-packagekit = "${datadir}/cockpit/packagekit"
FILES:${PN}-bridge = " \
${bindir}/cockpit-bridge \
${libexec}/cockpit-askpass \