diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-01-12 12:53:40 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-12 08:51:12 -0800 |
| commit | f01a5bf834dcc9ef04641b7b07ffdb6b8c406059 (patch) | |
| tree | b5662cf8fec9d9efaef5d80b0413ee5fb5f1e94f | |
| parent | cbc22b5ba4c9c7dc750c55c7eb975696cc603d93 (diff) | |
| download | meta-openembedded-f01a5bf834dcc9ef04641b7b07ffdb6b8c406059.tar.gz | |
gtksourceview4: remove obsolete workaround for build failures
This was likely fixed in 9bea9d1 upstream.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb index 5d7d02a2c9..38ca4a39e6 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb | |||
| @@ -21,16 +21,4 @@ SRC_URI[sha256sum] = "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb59584 | |||
| 21 | GIR_MESON_OPTION = 'gir' | 21 | GIR_MESON_OPTION = 'gir' |
| 22 | GTKDOC_MESON_OPTION = "gtk_doc" | 22 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 23 | 23 | ||
| 24 | # Override the definition in meson.bbclass. The dependencies in mason.build are incomplete | ||
| 25 | # and the recipe will not build with "-j 1". This fix is benign but should be reviewed when | ||
| 26 | # updating versions. | ||
| 27 | # | ||
| 28 | meson_do_compile() { | ||
| 29 | bbnote "========== generating gtksourceview-gresources.h ========" | ||
| 30 | bbnote "PARALLEL_MAKE is ${PARALLEL_MAKE}" | ||
| 31 | ninja ${PARALLEL_MAKE} gtksourceview/gtksourceview-gresources.h | ||
| 32 | bbnote "========== compiling target all ========" | ||
| 33 | ninja ${PARALLEL_MAKE} | ||
| 34 | } | ||
| 35 | |||
| 36 | FILES:${PN} += "${datadir}/gtksourceview-4" | 24 | FILES:${PN} += "${datadir}/gtksourceview-4" |
