summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb2
-rw-r--r--recipes-devtools/clang/libcxx_git.bb2
-rw-r--r--recipes-devtools/clang/libcxxabi_git.bb2
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"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_DEFAULT_DEPS = "1"
9 9
10DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" 10DEPENDS += "clang-cross-${TARGET_ARCH}"
11 11
12require clang.inc 12require 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"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_DEFAULT_DEPS = "1"
9 9
10DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" 10DEPENDS += "clang-cross-${TARGET_ARCH}"
11 11
12require clang.inc 12require 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"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_DEFAULT_DEPS = "1"
9 9
10DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" 10DEPENDS += "clang-cross-${TARGET_ARCH}"
11 11
12require clang.inc 12require clang.inc
13 13