diff options
| -rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 2 | ||||
| -rw-r--r-- | recipes-devtools/clang/libcxx_git.bb | 2 | ||||
| -rw-r--r-- | recipes-devtools/clang/libcxxabi_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 026fcda..1ae44e8 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "MIT & UIUC" | |||
| 7 | SECTION = "base" | 7 | SECTION = "base" |
| 8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
| 9 | 9 | ||
| 10 | DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" | 10 | DEPENDS += "clang-cross-${TARGET_ARCH}" |
| 11 | 11 | ||
| 12 | require clang.inc | 12 | require clang.inc |
| 13 | 13 | ||
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index ade249b..67676de 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "MIT & UIUC" | |||
| 7 | SECTION = "base" | 7 | SECTION = "base" |
| 8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
| 9 | 9 | ||
| 10 | DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" | 10 | DEPENDS += "clang-cross-${TARGET_ARCH}" |
| 11 | 11 | ||
| 12 | require clang.inc | 12 | require clang.inc |
| 13 | 13 | ||
diff --git a/recipes-devtools/clang/libcxxabi_git.bb b/recipes-devtools/clang/libcxxabi_git.bb index c298d41..34b5241 100644 --- a/recipes-devtools/clang/libcxxabi_git.bb +++ b/recipes-devtools/clang/libcxxabi_git.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "MIT & UIUC" | |||
| 7 | SECTION = "base" | 7 | SECTION = "base" |
| 8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
| 9 | 9 | ||
| 10 | DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" | 10 | DEPENDS += "clang-cross-${TARGET_ARCH}" |
| 11 | 11 | ||
| 12 | require clang.inc | 12 | require clang.inc |
| 13 | 13 | ||
