diff options
Diffstat (limited to 'meta/recipes-devtools/clang/llvm-project-source.bb')
-rw-r--r-- | meta/recipes-devtools/clang/llvm-project-source.bb | 12 |
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 | |||
4 | SUMMARY = "This is the canonical git mirror of the LLVM subversion repository." | ||
5 | HOMEPAGE = "https://github.com/llvm/llvm-project" | ||
6 | |||
7 | require llvm-project-source.inc | ||
8 | require common-clang.inc | ||
9 | |||
10 | BPN = "llvm-project-source" | ||
11 | |||
12 | EXCLUDE_FROM_WORLD = "1" | ||