All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/2] libvirt-glib: add recipe
@ 2022-10-30 16:13 Markus Volk
  2022-10-30 16:13 ` [meta-virtualization][PATCH 2/2] virt-viewer: " Markus Volk
  2022-10-31 15:59 ` [meta-virtualization][PATCH 1/2] libvirt-glib: " Bruce Ashfield
  0 siblings, 2 replies; 12+ messages in thread
From: Markus Volk @ 2022-10-30 16:13 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Markus Volk

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 recipes-extended/libvirt/libvirt-glib_4.0.0.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 recipes-extended/libvirt/libvirt-glib_4.0.0.bb

diff --git a/recipes-extended/libvirt/libvirt-glib_4.0.0.bb b/recipes-extended/libvirt/libvirt-glib_4.0.0.bb
new file mode 100644
index 0000000..11ad84a
--- /dev/null
+++ b/recipes-extended/libvirt/libvirt-glib_4.0.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A toolkit to interact with the virtualization capabilities of recent versions of Linux."
+HOMEPAGE = "http://libvirt.org"
+LICENSE = "LGPL-2.1-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+DEPENDS = "glib-2.0 libvirt libxml2"
+
+SRC_URI = "git://gitlab.com/libvirt/libvirt-glib;protocol=https;branch=master"
+
+SRCREV = "940bd9ccbfe419573ddec4383e3def4aac1f0e1f"
+S = "${WORKDIR}/git"
+
+inherit meson pkgconfig gobject-introspection vala
+GIR_MESON_OPTION = ''
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-12-02  5:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-30 16:13 [meta-virtualization][PATCH 1/2] libvirt-glib: add recipe Markus Volk
2022-10-30 16:13 ` [meta-virtualization][PATCH 2/2] virt-viewer: " Markus Volk
2022-10-31 16:04   ` Bruce Ashfield
2022-11-01 16:28     ` Markus Volk
2022-11-02 14:36       ` Bruce Ashfield
     [not found]       ` <1723CB4C1BEE0B79.10635@lists.yoctoproject.org>
2022-11-03 15:23         ` Bruce Ashfield
2022-11-04  7:23           ` Markus Volk
2022-11-23 14:09             ` Bruce Ashfield
2022-11-23 16:44               ` Markus Volk
2022-12-02  4:39             ` Bruce Ashfield
2022-12-02  5:37               ` Markus Volk
2022-10-31 15:59 ` [meta-virtualization][PATCH 1/2] libvirt-glib: " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.