summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang-cross_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-06 03:58:34 +0000
committerKhem Raj <raj.khem@gmail.com>2015-04-06 03:58:34 +0000
commit0d044d470ba3d7255fe3b8cf09d3824b22cf0367 (patch)
tree381fc75c3777213de0228c24c8ba765562130b85 /recipes-devtools/clang/clang-cross_git.bb
parentc0e73c06c18816ae7abfaefde41bdb5848f0a4cf (diff)
downloadmeta-clang-0d044d470ba3d7255fe3b8cf09d3824b22cf0367.tar.gz
clang-cross: Rename PN to include TARGET_ARCH
brings it inline with gcc toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/clang-cross_git.bb')
-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}"