diff options
Diffstat (limited to 'meta/recipes-devtools/meson')
| -rw-r--r-- | meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch b/meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch index ce90e515da..ab4d5969d9 100644 --- a/meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch +++ b/meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch | |||
| @@ -3,16 +3,10 @@ From: Alexander Kanavin <alex.kanavin@gmail.com> | |||
| 3 | Date: Fri, 4 Aug 2017 16:16:41 +0300 | 3 | Date: Fri, 4 Aug 2017 16:16:41 +0300 |
| 4 | Subject: [PATCH] gtkdoc: fix issues that arise when cross-compiling | 4 | Subject: [PATCH] gtkdoc: fix issues that arise when cross-compiling |
| 5 | 5 | ||
| 6 | Specifically: | 6 | Make it possible to specify a wrapper for executing binaries |
| 7 | 1) Make it possible to specify a wrapper for executing binaries | ||
| 8 | (usually, some kind of target hardware emulator, such as qemu) | 7 | (usually, some kind of target hardware emulator, such as qemu) |
| 9 | 2) Explicitly provide CC and LD via command line, as otherwise gtk-doc will | ||
| 10 | try to guess them, incorrectly. | ||
| 11 | 3) If things break down, print the full command with arguments, | ||
| 12 | not just the binary name. | ||
| 13 | 4) Correctly determine the compiler/linker executables and cross-options when cross-compiling | ||
| 14 | 8 | ||
| 15 | Upstream-Status: Pending | 9 | Upstream-Status: Submitted [https://github.com/mesonbuild/meson/pull/9627] |
| 16 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 17 | 11 | ||
| 18 | --- | 12 | --- |
