summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/llvm-project-source.bb
diff options
context:
space:
mode:
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