]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libgudev: explicitly disable tests and vapi
authorRoss Burton <ross.burton@arm.com>
Wed, 6 Sep 2023 18:14:15 +0000 (19:14 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 11 Oct 2023 18:01:07 +0000 (08:01 -1000)
Explicitly disable the tests and vapi support instead of relying on
defaults and missing dependencies.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 575e2e29e00bb4492e7ee7f10b753e3f17982caa)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-gnome/libgudev/libgudev_237.bb

index 5aa94e58f5a4294d7080665a97af8a29a5791d62..d3122de8a07545394312d0d94a2d7691001c42c9 100644 (file)
@@ -25,6 +25,8 @@ GTKDOC_MESON_OPTION = "gtk_doc"
 UPSTREAM_CHECK_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgudev/"
 UPSTREAM_CHECK_REGEX = "(?P<pver>(\d+))"
 
+EXTRA_OEMESON += "-Dtests=disabled -Dvapi=disabled"
+
 # This isn't a GNOME-style version do gnome_verdir fails. Just return the
 # version as that is how the directory is structured.
 def gnome_verdir(v):