]> code.ossystems Code Review - openembedded-core.git/commit
meson: add a recipe and class from meta-oe
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 4 Jan 2018 13:12:30 +0000 (15:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jan 2018 14:31:11 +0000 (14:31 +0000)
commit1f8dea686cdfd6d360ba4a97f62d274c39eaeb8e
tree24ed6b686a489faeffe1239141d1293ddec87b44
parent65652f419a4c8578121f1f67d43f23ce4eae5a37
meson: add a recipe and class from meta-oe

The original recipe has been provided and improved by:

Ross Burton <ross.burton@intel.com>
Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Adam C. Foltzer <acfoltzer@galois.com>
Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Linus Svensson <linussn@axis.com>

I have added  patches to fix up gtk-doc and
gobject-introspection in cross-compilation environments,
and also change the order of linker arguments to replicate
autotools more closely (and fix linking errors in some corner
cases).

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/meson.bbclass [new file with mode: 0644]
meta/recipes-devtools/meson/meson/0001-Linker-rules-move-cross_args-in-front-of-output_args.patch [new file with mode: 0644]
meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch [new file with mode: 0644]
meta/recipes-devtools/meson/meson/0002-gobject-introspection-determine-g-ir-scanner-and-g-i.patch [new file with mode: 0644]
meta/recipes-devtools/meson/meson_0.44.0.bb [new file with mode: 0644]