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-graphics | |
| 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-graphics')
| -rw-r--r-- | meta/recipes-graphics/graphene/graphene_1.10.8.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-graphics/pango/pango_1.51.0.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/graphene/graphene_1.10.8.bb b/meta/recipes-graphics/graphene/graphene_1.10.8.bb index 55d8a2d74e..e2e82b32aa 100644 --- a/meta/recipes-graphics/graphene/graphene_1.10.8.bb +++ b/meta/recipes-graphics/graphene/graphene_1.10.8.bb | |||
| @@ -3,7 +3,6 @@ HOMEPAGE = "http://ebassi.github.io/graphene/" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648" |
| 5 | 5 | ||
| 6 | GNOMEBASEBUILDCLASS = "meson" | ||
| 7 | 6 | ||
| 8 | inherit gnomebase gobject-introspection gtk-doc | 7 | inherit gnomebase gobject-introspection gtk-doc |
| 9 | 8 | ||
diff --git a/meta/recipes-graphics/pango/pango_1.51.0.bb b/meta/recipes-graphics/pango/pango_1.51.0.bb index 77a1901248..85a0270a3f 100644 --- a/meta/recipes-graphics/pango/pango_1.51.0.bb +++ b/meta/recipes-graphics/pango/pango_1.51.0.bb | |||
| @@ -11,7 +11,6 @@ LICENSE = "LGPL-2.0-or-later" | |||
| 11 | 11 | ||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
| 13 | 13 | ||
| 14 | GNOMEBASEBUILDCLASS = "meson" | ||
| 15 | 14 | ||
| 16 | inherit gnomebase gi-docgen ptest-gnome upstream-version-is-even gobject-introspection | 15 | inherit gnomebase gi-docgen ptest-gnome upstream-version-is-even gobject-introspection |
| 17 | 16 | ||
