diff options
Diffstat (limited to 'recipes-devtools/clang/compiler-rt_git.bb')
-rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 2 |
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 | ||
15 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=27b14ab4ce08d04c3a9a5f0ed7997362; \ | 15 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=27b14ab4ce08d04c3a9a5f0ed7997362; \ |
16 | " | 16 | " |
17 | SRC_URI = "${CLANG_GIT}/compiler-rt.git;protocol=${CLANG_GIT_PROTOCOL};branch=${BRANCH};name=compiler-rt \ | 17 | SRC_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 | ||