mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

Adjusting our extended recipes to the OE core UNPACKDIR processing. We mainly just drop our S = assignments for git recipes Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
21 lines
702 B
BlitzBasic
21 lines
702 B
BlitzBasic
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 libxslt"
|
|
|
|
SRC_URI = " \
|
|
git://gitlab.com/libvirt/libvirt-glib;protocol=https;branch=master \
|
|
file://0001-meson.build-allow-crosscompiling-gir-and-doc.patch \
|
|
"
|
|
|
|
SRCREV = "9b26bec8828a38fcb3bc0e5f6f33b03fa99c4b68"
|
|
|
|
inherit meson pkgconfig gobject-introspection gettext vala gtk-doc
|
|
|
|
GIR_MESON_ENABLE_FLAG = 'enabled'
|
|
GIR_MESON_DISABLE_FLAG = 'disabled'
|
|
GTKDOC_MESON_ENABLE_FLAG = 'enabled'
|
|
GTKDOC_MESON_DISABLE_FLAG = 'disabled'
|