diff options
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/clang/clang-cross_git.bb | 2 |
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" | |||
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/NCSA;md5=1b5fdec70ee13ad8a91667f16c1959d7" | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/NCSA;md5=1b5fdec70ee13ad8a91667f16c1959d7" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | 9 | ||
10 | PN = "clang-cross-${TARGET_ARCH}" | ||
11 | |||
10 | require clang.inc | 12 | require clang.inc |
11 | inherit cross | 13 | inherit cross |
12 | DEPENDS += "clang-native binutils-cross-${TARGET_ARCH}" | 14 | DEPENDS += "clang-native binutils-cross-${TARGET_ARCH}" |