diff options
author | Ross Burton <ross.burton@arm.com> | 2023-09-06 19:14:15 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-13 04:31:05 -1000 |
commit | 1ebf76e2135d5d3c0ef1af2694bbb9869cd61fbd (patch) | |
tree | c2e899058c7007c31cfc514f1934063b2fe2a27b | |
parent | 1606f9676a869728e21bfa3eefd1868a5dbd4a03 (diff) | |
download | poky-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.bb | 2 |
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" | |||
25 | UPSTREAM_CHECK_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgudev/" | 25 | UPSTREAM_CHECK_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgudev/" |
26 | UPSTREAM_CHECK_REGEX = "(?P<pver>(\d+))" | 26 | UPSTREAM_CHECK_REGEX = "(?P<pver>(\d+))" |
27 | 27 | ||
28 | EXTRA_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. |
30 | def gnome_verdir(v): | 32 | def gnome_verdir(v): |