summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/clang/llvm-project-source.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/clang/llvm-project-source.bb')
-rw-r--r--meta/recipes-devtools/clang/llvm-project-source.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/clang/llvm-project-source.bb b/meta/recipes-devtools/clang/llvm-project-source.bb
new file mode 100644
index 0000000000..ba945fb591
--- /dev/null
+++ b/meta/recipes-devtools/clang/llvm-project-source.bb
@@ -0,0 +1,12 @@
1# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "This is the canonical git mirror of the LLVM subversion repository."
5HOMEPAGE = "https://github.com/llvm/llvm-project"
6
7require llvm-project-source.inc
8require common-clang.inc
9
10BPN = "llvm-project-source"
11
12EXCLUDE_FROM_WORLD = "1"