`cockpit-machines` is a Cockpit plugin used to provide a web interface to manage virtual machines. Since Cockpit version 242, cockpit-machines has been moved to a dedicated repository.
Signed-off-by: Paul Le Guen de Kerneizon <[email protected]> --- .../cockpit-machines/cockpit-machines_304.bb | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta-webserver/recipes-webadmin/cockpit-machines/cockpit-machines_304.bb diff --git a/meta-webserver/recipes-webadmin/cockpit-machines/cockpit-machines_304.bb b/meta-webserver/recipes-webadmin/cockpit-machines/cockpit-machines_304.bb new file mode 100644 index 000000000..927b2c943 --- /dev/null +++ b/meta-webserver/recipes-webadmin/cockpit-machines/cockpit-machines_304.bb @@ -0,0 +1,28 @@ +SUMMARY = "Cockpit UI for virtual machines" +DESCRIPTION = "Cockpit-machines provides a user interface to manage virtual machines" + +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS += "cockpit" + +SRC_URI = "https://github.com/cockpit-project/cockpit-machines/releases/download/${PV}/cockpit-machines-${PV}.tar.xz" +SRC_URI[sha256sum] = "b9b41d728d68ae9d21c229765e00793ad018231903c84ed653c21d25444714e3" + +S = "${WORKDIR}/${PN}" + +inherit autotools-brokensep features_check gettext + +COMPATIBLE_HOST:libc-musl = "null" + +RDEPENDS:${PN} += "cockpit libvirt-dbus pciutils virt-install" + +REQUIRED_DISTRO_FEATURES = "systemd pam" + +# Default installation path of cockpit-machines is /usr/local/ +FILES:${PN} = "\ + ${prefix}/local/ \ + ${datadir}/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml \ +" + +BUGTRACKER = "github.com/cockpit-project/cockpit-machines/issues" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108359): https://lists.openembedded.org/g/openembedded-devel/message/108359 Mute This Topic: https://lists.openembedded.org/mt/103828015/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
