summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/compiler-rt_git.bb
diff options
context:
space:
mode:
authorYi Qingliang <niqingliang2003@gmail.com>2016-03-01 10:59:53 +0000
committerYi Qingliang <niqingliang2003@gmail.com>2016-03-01 10:59:53 +0000
commitf7c339e93c9563365e1397e2e505c0e1ada9130f (patch)
tree230e4294162ddf0e66a89f8bebd6748f84eac792 /recipes-devtools/clang/compiler-rt_git.bb
parent13ec20a3c20f0045f593e1b9a37ccc7f45d1581c (diff)
downloadmeta-clang-f7c339e93c9563365e1397e2e505c0e1ada9130f.tar.gz
rename 'CLANG_GIT' 'CLANG_GIT_PROTOCOL' to 'LLVM_GIT' 'LLVM_GIT_PROTOCOL'
Signed-off-by: Yi Qingliang <niqingliang2003@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/compiler-rt_git.bb')
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index d11d010..2b2ba45 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -14,7 +14,7 @@ PV .= "+git${SRCPV}"
14 14
15LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=27b14ab4ce08d04c3a9a5f0ed7997362; \ 15LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=27b14ab4ce08d04c3a9a5f0ed7997362; \
16 " 16 "
17SRC_URI = "${CLANG_GIT}/compiler-rt.git;protocol=${CLANG_GIT_PROTOCOL};branch=${BRANCH};name=compiler-rt \ 17SRC_URI = "${LLVM_GIT}/compiler-rt.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=compiler-rt \
18 file://0001-support-a-new-embedded-linux-target.patch \ 18 file://0001-support-a-new-embedded-linux-target.patch \
19 " 19 "
20 20