Files
meta-qt5-extra/recipes-support/umockdev/umockdev_git.bb
Andreas Müller 5f87ab9089 umockdev: upgrade 0.12.1 -> 0.15.4
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-04-25 22:35:06 +02:00

17 lines
578 B
BlitzBasic

SUMMARY = "Mock hardware devices for creating unit tests and bug reporting"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://github.com/martinpitt/umockdev.git"
SRCREV = "4a580e2128b466f944db30ad82e737bde906471b"
PV = "0.15.4"
S = "${WORKDIR}/git"
inherit meson vala gobject-introspection features_check
# gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
DEPENDS += "glib-2.0 udev libgudev"