summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-networking
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-10 12:18:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-13 11:38:03 +0000
commitd217ca41bf5503dc7b79cf1707ea4815c94142a7 (patch)
treed94e7910cc90aa4ac4e703e572faf30654d56197 /meta/recipes-core/glib-networking
parent3922466de31b68d86a6bebf9e01f9569aa7f430e (diff)
downloadpoky-d217ca41bf5503dc7b79cf1707ea4815c94142a7.tar.gz
gnomebase.bbclass: Use meson as default buildsystem
The vast majority of gnome recipes uses meson. Set it as default and override the few recipes that still use autotools. This way we can remove a lot of lines in meta-oe and more important it would not be needed to explicitly set GNOMEBASEBUILDCLASS = "meson" for newly created gnome recipe anymore. (From OE-Core rev: 8b061ea36f8b94b482c5867fe2ba7213288a5aa3) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-networking')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.76.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
index 3687123141..0f8822e160 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
@@ -27,7 +27,6 @@ PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy"
27PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" 27PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false"
28PACKAGECONFIG[gnomeproxy] = "-Dgnome_proxy=enabled,-Dgnome_proxy=disabled,gsettings-desktop-schemas" 28PACKAGECONFIG[gnomeproxy] = "-Dgnome_proxy=enabled,-Dgnome_proxy=disabled,gsettings-desktop-schemas"
29 29
30GNOMEBASEBUILDCLASS = "meson"
31inherit gnomebase gettext upstream-version-is-even gio-module-cache ptest-gnome 30inherit gnomebase gettext upstream-version-is-even gio-module-cache ptest-gnome
32 31
33SRC_URI += "file://run-ptest" 32SRC_URI += "file://run-ptest"