summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/llvm-libunwind_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/llvm-libunwind_git.bb')
-rw-r--r--recipes-devtools/clang/llvm-libunwind_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/clang/llvm-libunwind_git.bb b/recipes-devtools/clang/llvm-libunwind_git.bb
index c11523a..db11c94 100644
--- a/recipes-devtools/clang/llvm-libunwind_git.bb
+++ b/recipes-devtools/clang/llvm-libunwind_git.bb
@@ -20,10 +20,10 @@ PROVIDES += "libunwind"
20LIC_FILES_CHKSUM = "file://../libcxx/LICENSE.TXT;md5=149d2e8e8d99e3a2d702997b5f919fd9; \ 20LIC_FILES_CHKSUM = "file://../libcxx/LICENSE.TXT;md5=149d2e8e8d99e3a2d702997b5f919fd9; \
21 " 21 "
22SRC_URI = "\ 22SRC_URI = "\
23 git://github.com/llvm-mirror/llvm.git;branch=${BRANCH};name=llvm \ 23 ${CLANG_GIT}/llvm.git;protocol=${CLANG_GIT_PROTOCOL};branch=${BRANCH};name=llvm \
24 git://github.com/llvm-mirror/libcxx.git;branch=${BRANCH};name=libcxx;destsuffix=git/projects/libcxx \ 24 ${CLANG_GIT}/libcxx.git;protocol=${CLANG_GIT_PROTOCOL};branch=${BRANCH};name=libcxx;destsuffix=git/projects/libcxx \
25 git://github.com/llvm-mirror/libcxxabi.git;branch=${BRANCH};name=libcxxabi;destsuffix=git/projects/libcxxabi \ 25 ${CLANG_GIT}/libcxxabi.git;protocol=${CLANG_GIT_PROTOCOL};branch=${BRANCH};name=libcxxabi;destsuffix=git/projects/libcxxabi \
26 git://github.com/llvm-mirror/libunwind.git;branch=${BRANCH};name=libunwind;destsuffix=git/projects/libunwind \ 26 ${CLANG_GIT}/libunwind.git;protocol=${CLANG_GIT_PROTOCOL};branch=${BRANCH};name=libunwind;destsuffix=git/projects/libunwind \
27 file://0001-aarch64-Use-x29-and-x30-for-fp-and-lr-respectively.patch \ 27 file://0001-aarch64-Use-x29-and-x30-for-fp-and-lr-respectively.patch \
28 " 28 "
29 29