diff options
| -rw-r--r-- | recipes-extended/libvirt/libvirt-dbus_1.4.1.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt-dbus_1.4.1.bb b/recipes-extended/libvirt/libvirt-dbus_1.4.1.bb new file mode 100644 index 00000000..3f6da334 --- /dev/null +++ b/recipes-extended/libvirt/libvirt-dbus_1.4.1.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "dBus wrapper for libvirt" | ||
| 2 | DESCRIPTION = "libvirt-dbus wraps libvirt API to provide a high-level object-oriented API better suited for dbus-based applications." | ||
| 3 | AUTHOR = "Lars Karlitski <lars@karlitski.net> Pavel Hrdina <phrdina@redhat.com> Katerina Koukiou <kkoukiou@redhat.com>" | ||
| 4 | HOMEPAGE = "https://www.libvirt.org/dbus.html" | ||
| 5 | BUGTRACKER = "https://gitlab.com/libvirt/libvirt-dbus/-/issues" | ||
| 6 | SECTION = "libs" | ||
| 7 | LICENSE = "LGPL-2.1-only" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 9 | CVE_PRODUCT = "libvirt-dbus" | ||
| 10 | |||
| 11 | DEPENDS += "glib-2.0 libvirt libvirt-glib python3-docutils-native" | ||
| 12 | |||
| 13 | SRC_URI = "git://gitlab.com/libvirt/libvirt-dbus.git;nobranch=1;protocol=https" | ||
| 14 | |||
| 15 | SRCREV = "0c355bb8921d7cbccf93f41a8615fcd973e64f70" | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit meson pkgconfig | ||
| 19 | |||
| 20 | FILES:${PN} += "\ | ||
| 21 | ${datadir}/dbus-1/* \ | ||
| 22 | ${datadir}/polkit-1/* \ | ||
| 23 | " | ||
