Files
meta-qt5-extra/recipes-support/umockdev/umockdev_git.bb
Andreas Müller 3455cdfbc5 umockdev: initial add 0.12.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-12-02 21:24:59 +01:00

21 lines
605 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 = "a9a34ac0e71f6eae4432261ad3fd647dbee070cb"
PV = "0.12.1"
S = "${WORKDIR}/git"
inherit autotools pkgconfig gobject-introspection gtk-doc vala
DEPENDS += "glib-2.0 udev libgudev"
EXTRA_OECONF = "--disable-gtk-doc --enable-introspection"
# Although we disable doc we need ${S}/docs/gtk-doc.make
GTKDOC_DOCDIR = "${S}/docs"
do_configure_prepend() {
mkdir -p ${S}/m4
}