diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-11-10 12:18:51 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-13 11:38:03 +0000 |
| commit | d217ca41bf5503dc7b79cf1707ea4815c94142a7 (patch) | |
| tree | d94e7910cc90aa4ac4e703e572faf30654d56197 /meta/recipes-devtools/python/python3-pygobject_3.46.0.bb | |
| parent | 3922466de31b68d86a6bebf9e01f9569aa7f430e (diff) | |
| download | poky-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-devtools/python/python3-pygobject_3.46.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.46.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb index 28129fd66a..73a393051a 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb | |||
| @@ -5,7 +5,6 @@ SECTION = "devel/python" | |||
| 5 | LICENSE = "LGPL-2.1-only" | 5 | LICENSE = "LGPL-2.1-only" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
| 7 | 7 | ||
| 8 | GNOMEBASEBUILDCLASS = "meson" | ||
| 9 | GIR_MESON_OPTION = "" | 8 | GIR_MESON_OPTION = "" |
| 10 | 9 | ||
| 11 | inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even | 10 | inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even |
