diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-21 22:08:49 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-21 20:14:14 -0800 |
| commit | 0ea2df0462edc0c01e787b6ee6c0e20cd6a42fc7 (patch) | |
| tree | 6edbb2b01270bdd7a0a15cee2dc9f11292108d28 /recipes-devtools/clang/clang-cross_git.bb | |
| parent | 92e322d797e7945425103d76289a5fc3a2b43ace (diff) | |
| download | meta-clang-0ea2df0462edc0c01e787b6ee6c0e20cd6a42fc7.tar.gz | |
recipes: Update to match OE-Core virtual/cross-* changes
Update meta-clang to match OE-Core changes to use recipe specific virtual
providers (without yet switching to the new switching mechanism).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools/clang/clang-cross_git.bb')
| -rw-r--r-- | recipes-devtools/clang/clang-cross_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang-cross_git.bb b/recipes-devtools/clang/clang-cross_git.bb index a0c215e..59ebb65 100644 --- a/recipes-devtools/clang/clang-cross_git.bb +++ b/recipes-devtools/clang/clang-cross_git.bb | |||
| @@ -11,7 +11,7 @@ PN = "clang-cross-${TARGET_ARCH}" | |||
| 11 | require clang.inc | 11 | require clang.inc |
| 12 | require common-source.inc | 12 | require common-source.inc |
| 13 | inherit cross | 13 | inherit cross |
| 14 | DEPENDS += "clang-native virtual/${TARGET_PREFIX}binutils" | 14 | DEPENDS += "clang-native virtual/cross-binutils" |
| 15 | 15 | ||
| 16 | do_install() { | 16 | do_install() { |
| 17 | install -d ${D}${bindir} | 17 | install -d ${D}${bindir} |
