diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-11-17 09:58:42 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:27 -0800 |
| commit | 25a25a0955bdb30cbe503b5810a81d9cf816c25d (patch) | |
| tree | 3bffd7e627540930c468a62d17bbbf301e3becb9 | |
| parent | 9d7b61e96b0f72b55bbb891cd3cbd7150427297e (diff) | |
| download | meta-openembedded-25a25a0955bdb30cbe503b5810a81d9cf816c25d.tar.gz | |
projucer: Refresh patch to apply cleanly
This was resulting on rejects on master
patching file modules/juce_core/system/juce_StandardHeader.h
Hunk #1 FAILED at 64 (different line endings).
1 out of 1 hunk FAILED -- rejects in file modules/juce_core/system/juce_StandardHeader.h
Patch 0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch does not apply (enforce with -f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Yoann Congal <yoann.congal@smile.fr>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/juce/projucer/0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/meta-multimedia/recipes-multimedia/juce/projucer/0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch b/meta-multimedia/recipes-multimedia/juce/projucer/0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch index ae77aeef10..3efef247ae 100644 --- a/meta-multimedia/recipes-multimedia/juce/projucer/0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch +++ b/meta-multimedia/recipes-multimedia/juce/projucer/0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch | |||
| @@ -9,15 +9,13 @@ Signed-off-by: Yoann Congal <yoann.congal@smile.fr> | |||
| 9 | modules/juce_core/system/juce_StandardHeader.h | 1 + | 9 | modules/juce_core/system/juce_StandardHeader.h | 1 + |
| 10 | 1 file changed, 1 insertion(+) | 10 | 1 file changed, 1 insertion(+) |
| 11 | 11 | ||
| 12 | diff --git a/modules/juce_core/system/juce_StandardHeader.h b/modules/juce_core/system/juce_StandardHeader.h | ||
| 13 | index fe164cdd3..cda6bbe86 100644 | ||
| 14 | --- a/modules/juce_core/system/juce_StandardHeader.h | 12 | --- a/modules/juce_core/system/juce_StandardHeader.h |
| 15 | +++ b/modules/juce_core/system/juce_StandardHeader.h | 13 | +++ b/modules/juce_core/system/juce_StandardHeader.h |
| 16 | @@ -64,6 +64,7 @@ | 14 | @@ -64,6 +64,7 @@ |
| 17 | #include <typeindex> | 15 | #include <typeindex> |
| 18 | #include <unordered_map> | 16 | #include <unordered_map> |
| 19 | #include <unordered_set> | 17 | #include <unordered_set> |
| 20 | +#include <utility> | 18 | +#include <utility> |
| 21 | #include <vector> | 19 | #include <vector> |
| 22 | #include <set> | 20 | #include <set> |
| 23 | 21 | ||
