summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-09-06 19:14:15 +0100
committerSteve Sakoman <steve@sakoman.com>2023-10-13 04:31:05 -1000
commit1ebf76e2135d5d3c0ef1af2694bbb9869cd61fbd (patch)
treec2e899058c7007c31cfc514f1934063b2fe2a27b
parent1606f9676a869728e21bfa3eefd1868a5dbd4a03 (diff)
downloadpoky-1ebf76e2135d5d3c0ef1af2694bbb9869cd61fbd.tar.gz
libgudev: explicitly disable tests and vapi
Explicitly disable the tests and vapi support instead of relying on defaults and missing dependencies. (From OE-Core rev: c451a9cb6adbc9480dacd81e935a0b9369f22e07) 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>
-rw-r--r--meta/recipes-gnome/libgudev/libgudev_237.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libgudev/libgudev_237.bb b/meta/recipes-gnome/libgudev/libgudev_237.bb
index 5aa94e58f5..d3122de8a0 100644
--- a/meta/recipes-gnome/libgudev/libgudev_237.bb
+++ b/meta/recipes-gnome/libgudev/libgudev_237.bb
@@ -25,6 +25,8 @@ GTKDOC_MESON_OPTION = "gtk_doc"
25UPSTREAM_CHECK_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgudev/" 25UPSTREAM_CHECK_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgudev/"
26UPSTREAM_CHECK_REGEX = "(?P<pver>(\d+))" 26UPSTREAM_CHECK_REGEX = "(?P<pver>(\d+))"
27 27
28EXTRA_OEMESON += "-Dtests=disabled -Dvapi=disabled"
29
28# This isn't a GNOME-style version do gnome_verdir fails. Just return the 30# This isn't a GNOME-style version do gnome_verdir fails. Just return the
29# version as that is how the directory is structured. 31# version as that is how the directory is structured.
30def gnome_verdir(v): 32def gnome_verdir(v):