diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-09-06 19:14:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-07 14:42:38 +0100 |
| commit | ee08b54e1fb3bb7ee8f277869b2ed8c3bd14832f (patch) | |
| tree | 8cc428915d5c813c3bd756d2b0012088216539a1 | |
| parent | 2bf913e424466933eb6a4415127fcda5c831a3a2 (diff) | |
| download | poky-ee08b54e1fb3bb7ee8f277869b2ed8c3bd14832f.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: 575e2e29e00bb4492e7ee7f10b753e3f17982caa)
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>
| -rw-r--r-- | meta/recipes-gnome/libgudev/libgudev_238.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libgudev/libgudev_238.bb b/meta/recipes-gnome/libgudev/libgudev_238.bb index 6d7bafd591..c71e4bda74 100644 --- a/meta/recipes-gnome/libgudev/libgudev_238.bb +++ b/meta/recipes-gnome/libgudev/libgudev_238.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): |
