diff options
Diffstat (limited to 'recipes-devtools/clang/llvm-project-source.bb')
-rw-r--r-- | recipes-devtools/clang/llvm-project-source.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-devtools/clang/llvm-project-source.bb b/recipes-devtools/clang/llvm-project-source.bb deleted file mode 100644 index c1cd887..0000000 --- a/recipes-devtools/clang/llvm-project-source.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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 clang.inc | ||
9 | |||
10 | BPN = "llvm-project-source" | ||
11 | |||
12 | EXCLUDE_FROM_WORLD = "1" | ||