summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorEtienne Cordonnier <ecordonnier@snap.com>2023-05-10 16:16:38 +0200
committerKhem Raj <raj.khem@gmail.com>2023-05-10 08:16:38 -0700
commita52e46d69a76ec8ab400cdae5409425eef4f5569 (patch)
treef8a9f7b9f4a41d6d15e522ad52b3a7a0a22ed4c8 /recipes-devtools
parente7b3acb82f4c4422e57884ad9427fba6bd020e8b (diff)
downloadmeta-clang-a52e46d69a76ec8ab400cdae5409425eef4f5569.tar.gz
rename add_more_target_vendors to add_distro_vendor
The function was renamed in 9d190cb3b3 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch2
-rw-r--r--recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch b/recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch
index 1da6686..11cdec3 100644
--- a/recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch
+++ b/recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch
@@ -45,7 +45,7 @@ is different between clang and clang-native
45 45
46The //CLANG_EXTRA_OE_VENDORS_TRIPLES string is replaced with list of 46The //CLANG_EXTRA_OE_VENDORS_TRIPLES string is replaced with list of
47additional triples based on CLANG_EXTRA_OE_VENDORS variable in 47additional triples based on CLANG_EXTRA_OE_VENDORS variable in
48recipes-devtools/clang/llvm-project-source.inc:add_more_target_vendors() 48recipes-devtools/clang/llvm-project-source.inc:add_distro_vendor()
49 49
50Upstream-Status: Inappropriate [oe specific] 50Upstream-Status: Inappropriate [oe specific]
51 51
diff --git a/recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch b/recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch
index 7a1f0e4..f3d728f 100644
--- a/recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch
+++ b/recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch
@@ -7,7 +7,7 @@ This helps in making right detection for OE built gcc toolchains
7 7
8The //CLANG_EXTRA_OE_VENDORS_CASES string is replaced with list of 8The //CLANG_EXTRA_OE_VENDORS_CASES string is replaced with list of
9additional Ceses based on CLANG_EXTRA_OE_VENDORS variable in 9additional Ceses based on CLANG_EXTRA_OE_VENDORS variable in
10recipes-devtools/clang/llvm-project-source.inc:add_more_target_vendors() 10recipes-devtools/clang/llvm-project-source.inc:add_distro_vendor()
11 11
12Upstream-Status: Inappropriate [OE-specific] 12Upstream-Status: Inappropriate [OE-specific]
13 13