summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/llvm-project-source.bb
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2019-01-16 09:03:17 -0600
committerKhem Raj <raj.khem@gmail.com>2019-01-16 07:34:43 -0800
commite82ff43b2f361a36d18ac9d09f119f02ca2ac989 (patch)
tree2a9a18768103d564597b0aab504cfe21c1f4e027 /recipes-devtools/clang/llvm-project-source.bb
parentb6957fd1fc942ae5b0860f298b4e147b29f02ccb (diff)
downloadmeta-clang-e82ff43b2f361a36d18ac9d09f119f02ca2ac989.tar.gz
llvm-project: Switch to canonical git mirror
LLVM now has an official git monorepo mirror. It will likely become the canonical upstream in the near future. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Diffstat (limited to 'recipes-devtools/clang/llvm-project-source.bb')
-rw-r--r--recipes-devtools/clang/llvm-project-source.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/llvm-project-source.bb b/recipes-devtools/clang/llvm-project-source.bb
index a3133b2..78664c5 100644
--- a/recipes-devtools/clang/llvm-project-source.bb
+++ b/recipes-devtools/clang/llvm-project-source.bb
@@ -1,8 +1,8 @@
1# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com> 1# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4SUMMARY = "Flat monorepo imported from http://llvm.org/git/ (17 repos)" 4SUMMARY = "This is the canonical git mirror of the LLVM subversion repository."
5HOMEPAGE = "https://github.com/llvm-project/llvm-project-20170507" 5HOMEPAGE = "https://github.com/llvm/llvm-project"
6 6
7require llvm-project-source.inc 7require llvm-project-source.inc
8require clang.inc 8require clang.inc