diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-27 10:53:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-29 23:07:13 +0000 |
commit | 87c2d498422098b468d68af729940f5ecd366920 (patch) | |
tree | ac3336f09149fbaeb526247df4aa853bf6076988 /meta/recipes-devtools/meson | |
parent | c36725d7d522333f963b318c4d188b6dbd420e40 (diff) | |
download | poky-87c2d498422098b468d68af729940f5ecd366920.tar.gz |
meson: submit patch upstream
(From OE-Core rev: de74501bce6b87281a07c98a75349cbffb05abfe)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | --- |