summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/clang/clang-cross_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/clang-cross_git.bb b/recipes-devtools/clang/clang-cross_git.bb
index 48efe41..15ab38d 100644
--- a/recipes-devtools/clang/clang-cross_git.bb
+++ b/recipes-devtools/clang/clang-cross_git.bb
@@ -7,6 +7,8 @@ LICENSE = "NCSA"
7LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/NCSA;md5=1b5fdec70ee13ad8a91667f16c1959d7" 7LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/NCSA;md5=1b5fdec70ee13ad8a91667f16c1959d7"
8SECTION = "devel" 8SECTION = "devel"
9 9
10PN = "clang-cross-${TARGET_ARCH}"
11
10require clang.inc 12require clang.inc
11inherit cross 13inherit cross
12DEPENDS += "clang-native binutils-cross-${TARGET_ARCH}" 14DEPENDS += "clang-native binutils-cross-${TARGET_ARCH}"