From: Paul Le Guen de Kerneizon <[email protected]>
This commit removes from the recipe the following deprecated packages: - `cockpit-docker`: cockpit project no longer supports Docker since version 228 [1] - `cockpit-machines`: cockpit-machines is now provided in a dedicated repository [2], and code base has been removed since version 242 [3] [1]: https://cockpit-project.org/blog/cockpit-228.html [2]: https://github.com/cockpit-project/cockpit-machines [3]: https://cockpit-project.org/blog/cockpit-242.html Signed-off-by: Paul Le Guen de Kerneizon <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit a495fd2a54614ab238e4e87355cc850c68d56fd1) Signed-off-by: Leonard Anderweit <[email protected]> --- meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb index f8b8b52608bd..7515a86a5742 100644 --- a/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb +++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb @@ -60,10 +60,8 @@ PACKAGES =+ " \ ${PN}-sosreport \ ${PN}-storaged \ ${PN}-networkmanager \ - ${PN}-machines \ ${PN}-selinux \ ${PN}-playground \ - ${PN}-docker \ ${PN}-dashboard \ ${PN}-packagekit \ ${PN}-apps \ @@ -103,19 +101,11 @@ FILES:${PN}-networkmanager = " \ " RDEPENDS:${PN}-networkmanager = "networkmanager" -FILES:${PN}-machines = " \ - ${datadir}/cockpit/machines \ - ${datadir}/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml \ -" FILES:${PN}-selinux = " \ ${datadir}/cockpit/selinux \ ${datadir}/metainfo/org.cockpit-project.cockpit-selinux.metainfo.xml \ " FILES:${PN}-playground = "${datadir}/cockpit/playground" -FILES:${PN}-docker = " \ - ${datadir}/cockpit/docker \ - ${datadir}/metainfo/org.cockpit-project.cockpit-docker.metainfo.xml \ -" FILES:${PN}-dashboard = "${datadir}/cockpit/dashboard" ALLOW_EMPTY:${PN}-dashboard = "1" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121457): https://lists.openembedded.org/g/openembedded-devel/message/121457 Mute This Topic: https://lists.openembedded.org/mt/116216885/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
