diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-03 07:03:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-13 09:27:37 +0100 |
commit | ffe6130bf6c8eed4ce1cc137ead47c0e293d98d2 (patch) | |
tree | 67e6503b69ce22a05665effed772bdd98b7d7ccb /meta/recipes-devtools/llvm | |
parent | 80f82bc484d2e88d0d2afa517a0795495f6a5ea1 (diff) | |
download | poky-ffe6130bf6c8eed4ce1cc137ead47c0e293d98d2.tar.gz |
llvm: Keep llvm-native dependency with clang toolchain
This was needed when we were conflicting with clang-native
but this is solved via append PN to binaries of llvm-native
(From OE-Core rev: 82ea78bd2f03b6ba4d720595d3a3fbd96e0232f9)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/llvm')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index f36e6978ed..eb2049248e 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -10,8 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=e825e017edc35cfd58e26116e5251771" | |||
10 | 10 | ||
11 | DEPENDS = "libffi libxml2-native zlib ninja-native llvm-native" | 11 | DEPENDS = "libffi libxml2-native zlib ninja-native llvm-native" |
12 | 12 | ||
13 | DEPENDS_remove_toolchain-clang = "llvm-native" | ||
14 | |||
15 | RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" | 13 | RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" |
16 | 14 | ||
17 | inherit perlnative pythonnative cmake pkgconfig | 15 | inherit perlnative pythonnative cmake pkgconfig |