diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2023-01-17 13:25:56 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-17 06:48:59 -0700 |
commit | c2e89dc7e1dfcc1bbe432afca2dc43d6560cb007 (patch) | |
tree | 8e6f0ddc5fe3a1388f4be98c6be28718962e7b31 /recipes-devtools/clang/common.inc | |
parent | 06ae2c043005c9b2630b93a3233f9927dcdd0a7a (diff) | |
download | meta-clang-kirkstone-clang12.tar.gz |
Backport fix for no matching constructorkirkstone-clang12
Fixes:
../../chrome/common/extensions/chrome_manifest_url_handlers.cc:101:7:
error: no matching constructor for initialization of 'std::map<const char *, std::reference_wrapper<const absl::optionalstd::string>>' (aka 'map<const char , reference_wrapper<const optional<basic_string>>>')
std::map<const char,
as seen with chromium-109:
https://github.com/OSSystems/meta-browser/issues/674
Thanks to Raphael Kubo da Costa for finding the commit to be backported!
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r-- | recipes-devtools/clang/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 9de7674..75bdb19 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -39,6 +39,7 @@ SRC_URI = "\ | |||
39 | file://0028-llvm-Do-not-use-find_library-for-ncurses.patch \ | 39 | file://0028-llvm-Do-not-use-find_library-for-ncurses.patch \ |
40 | file://0029-llvm-Recognize-yoe-and-poky-as-OE-distro.patch \ | 40 | file://0029-llvm-Recognize-yoe-and-poky-as-OE-distro.patch \ |
41 | file://0030-compiler-rt-Use-mcr-based-barrier-on-armv6.patch \ | 41 | file://0030-compiler-rt-Use-mcr-based-barrier-on-armv6.patch \ |
42 | file://0031-libc-LWG2993-reference_wrapper-T-conversion-from-U.patch \ | ||
42 | " | 43 | " |
43 | # Fallback to no-PIE if not set | 44 | # Fallback to no-PIE if not set |
44 | GCCPIE ??= "" | 45 | GCCPIE ??= "" |