diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-07-01 14:12:29 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-02 09:44:26 -0700 |
commit | 0a9c47ba49db81bb68ca4d0b60249694a4c63914 (patch) | |
tree | 46faa577c55009fd29bbfb9b4d164d6fe29ae96c | |
parent | 2b21544ca797b91f1739c965cf620c245766e309 (diff) | |
download | meta-clang-kirkstone-clang18.tar.gz |
Revert "Drop crosssdk suffix from virtual binutils provides to match oe-core"kirkstone-clang18
This reverts commit e7b3acb82f4c4422e57884ad9427fba6bd020e8b.
This change was originally made in scarthgap and later backported
to kirkstone-clang18. However, oe-core kirkstone still uses
'virtual/${TARGET_PREFIX}binutils-crosssdk'.
Reverting to maintain compatibility with oe-core kirkstone.
-rw-r--r-- | recipes-devtools/clang/clang-cross-canadian_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/clang-crosssdk_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/clang_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/clang/clang-cross-canadian_git.bb b/recipes-devtools/clang/clang-cross-canadian_git.bb index 33c33c4..e3ae393 100644 --- a/recipes-devtools/clang/clang-cross-canadian_git.bb +++ b/recipes-devtools/clang/clang-cross-canadian_git.bb | |||
@@ -12,7 +12,7 @@ require clang.inc | |||
12 | require common-source.inc | 12 | require common-source.inc |
13 | inherit cross-canadian | 13 | inherit cross-canadian |
14 | 14 | ||
15 | DEPENDS += "nativesdk-clang binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} virtual/${HOST_PREFIX}binutils virtual/nativesdk-libc" | 15 | DEPENDS += "nativesdk-clang binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} virtual/${HOST_PREFIX}binutils-crosssdk virtual/nativesdk-libc" |
16 | # We have to point gcc at a sysroot but we don't need to rebuild if this changes | 16 | # We have to point gcc at a sysroot but we don't need to rebuild if this changes |
17 | # e.g. we switch between different machines with different tunes. | 17 | # e.g. we switch between different machines with different tunes. |
18 | EXTRA_OECONF_PATHS[vardepsexclude] = "TUNE_PKGARCH" | 18 | EXTRA_OECONF_PATHS[vardepsexclude] = "TUNE_PKGARCH" |
diff --git a/recipes-devtools/clang/clang-crosssdk_git.bb b/recipes-devtools/clang/clang-crosssdk_git.bb index fb8bee5..906bc87 100644 --- a/recipes-devtools/clang/clang-crosssdk_git.bb +++ b/recipes-devtools/clang/clang-crosssdk_git.bb | |||
@@ -11,7 +11,7 @@ PN = "clang-crosssdk-${TARGET_ARCH}" | |||
11 | require clang.inc | 11 | require clang.inc |
12 | require common-source.inc | 12 | require common-source.inc |
13 | inherit crosssdk | 13 | inherit crosssdk |
14 | DEPENDS += "clang-native nativesdk-clang-glue virtual/${TARGET_PREFIX}binutils virtual/nativesdk-libc" | 14 | DEPENDS += "clang-native nativesdk-clang-glue virtual/${TARGET_PREFIX}binutils-crosssdk virtual/nativesdk-libc" |
15 | 15 | ||
16 | do_install() { | 16 | do_install() { |
17 | install -d ${D}${bindir} | 17 | install -d ${D}${bindir} |
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index f10c3af..cf4456c 100644 --- a/recipes-devtools/clang/clang_git.bb +++ b/recipes-devtools/clang/clang_git.bb | |||
@@ -202,7 +202,7 @@ EXTRA_OECMAKE:append:class-target = "\ | |||
202 | " | 202 | " |
203 | 203 | ||
204 | DEPENDS = "binutils zlib zstd libffi libxml2 libxml2-native ninja-native swig-native" | 204 | DEPENDS = "binutils zlib zstd libffi libxml2 libxml2-native ninja-native swig-native" |
205 | DEPENDS:append:class-nativesdk = " clang-crosssdk-${SDK_ARCH} virtual/${TARGET_PREFIX}binutils nativesdk-python3" | 205 | DEPENDS:append:class-nativesdk = " clang-crosssdk-${SDK_ARCH} virtual/${TARGET_PREFIX}binutils-crosssdk nativesdk-python3" |
206 | DEPENDS:append:class-target = " clang-cross-${TARGET_ARCH} python3 compiler-rt libcxx" | 206 | DEPENDS:append:class-target = " clang-cross-${TARGET_ARCH} python3 compiler-rt libcxx" |
207 | 207 | ||
208 | RRECOMMENDS:${PN} = "binutils" | 208 | RRECOMMENDS:${PN} = "binutils" |