From 5f87ab90893a504f8bcb38f9e4b390e6a4f36e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 25 Apr 2021 22:35:06 +0200 Subject: [PATCH] umockdev: upgrade 0.12.1 -> 0.15.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/umockdev/umockdev_git.bb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) 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 -}