diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt-glib_4.0.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 00000000..11ad84a1 --- /dev/null +++ b/recipes-extended/libvirt/libvirt-glib_4.0.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "A toolkit to interact with the virtualization capabilities of recent versions of Linux." | ||
2 | HOMEPAGE = "http://libvirt.org" | ||
3 | LICENSE = "LGPL-2.1-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | DEPENDS = "glib-2.0 libvirt libxml2" | ||
7 | |||
8 | SRC_URI = "git://gitlab.com/libvirt/libvirt-glib;protocol=https;branch=master" | ||
9 | |||
10 | SRCREV = "940bd9ccbfe419573ddec4383e3def4aac1f0e1f" | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit meson pkgconfig gobject-introspection vala | ||
14 | GIR_MESON_OPTION = '' | ||