summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/compiler-rt_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-19 23:35:43 -0700
committerKhem Raj <raj.khem@gmail.com>2016-05-20 00:15:15 -0700
commit7364ca41b93841437667c84bb66c15fcb39763d9 (patch)
tree5f0f6ae79156109f66d817b53a14d7bbc252b5f5 /recipes-devtools/clang/compiler-rt_git.bb
parented0cc9804381763e6c0baebcb2a5793645531a83 (diff)
downloadmeta-clang-7364ca41b93841437667c84bb66c15fcb39763d9.tar.gz
clang: Switch to master (3.9) branch
Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/compiler-rt_git.bb')
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index a9ce234..1fb7bf7 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -17,9 +17,9 @@ PV .= "+git${SRCPV}"
17LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=27b14ab4ce08d04c3a9a5f0ed7997362; \ 17LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=27b14ab4ce08d04c3a9a5f0ed7997362; \
18" 18"
19SRC_URI = "${LLVM_GIT}/compiler-rt.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=compiler-rt \ 19SRC_URI = "${LLVM_GIT}/compiler-rt.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=compiler-rt \
20 file://0001-support-a-new-embedded-linux-target.patch \
21 file://0001-Simplify-cross-compilation.-Don-t-use-native-compile.patch \
22 file://0001-Remove-fatal-check-for-explicit-COMPILER_RT_DEFAULT_.patch \ 20 file://0001-Remove-fatal-check-for-explicit-COMPILER_RT_DEFAULT_.patch \
21 file://0002-support-a-new-embedded-linux-target.patch \
22 file://0003-Simplify-cross-compilation.-Don-t-use-native-compile.patch \
23" 23"
24 24
25SRCREV_FORMAT = "compiler-rt" 25SRCREV_FORMAT = "compiler-rt"