diff --git a/recipes-support/umockdev/umockdev_git.bb b/recipes-support/umockdev/umockdev_git.bb index 595b42bb..cb9b3aa8 100644 --- a/recipes-support/umockdev/umockdev_git.bb +++ b/recipes-support/umockdev/umockdev_git.bb @@ -3,18 +3,14 @@ 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" +SRCREV = "4a580e2128b466f944db30ad82e737bde906471b" +PV = "0.15.4" S = "${WORKDIR}/git" -inherit autotools pkgconfig vala gobject-introspection gtk-doc +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" - -EXTRA_OECONF += "--disable-gtk-doc" -# Although we disable doc we need ${S}/docs/gtk-doc.make -GTKDOC_DOCDIR = "${S}/docs" - -do_configure_prepend() { - mkdir -p ${S}/m4 -}