mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
09c071b53e
commit
2277eaf809
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user