diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-04-06 03:58:34 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-04-06 03:58:34 +0000 |
commit | 0d044d470ba3d7255fe3b8cf09d3824b22cf0367 (patch) | |
tree | 381fc75c3777213de0228c24c8ba765562130b85 /recipes-devtools | |
parent | c0e73c06c18816ae7abfaefde41bdb5848f0a4cf (diff) | |
download | meta-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')
-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}" |