diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-27 15:53:28 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2016-02-27 15:53:28 +0000 |
commit | daf63a16385b3deaa589af8c329d25fb1f4c842b (patch) | |
tree | 7592f0c445a309ef820c52e2b8b9b8b2541bde1e | |
parent | e8553ea27018b9cd916d29db9fcc845a284ca385 (diff) | |
download | meta-clang-daf63a16385b3deaa589af8c329d25fb1f4c842b.tar.gz |
recipes: Use NCSA instead of UIUC
NCSA is the licence file name for UIUC licence actually
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/libcxx_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/libcxxabi_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/llvm-libunwind_git.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 8f7972e..4fa7cf6 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | DESCRIPTION = "LLVM based C/C++ compiler Runtime" | 4 | DESCRIPTION = "LLVM based C/C++ compiler Runtime" |
5 | HOMEPAGE = "http://compiler-rt.llvm.org/" | 5 | HOMEPAGE = "http://compiler-rt.llvm.org/" |
6 | LICENSE = "MIT & UIUC" | 6 | LICENSE = "MIT & NCSA" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index ba37e1b..69d6dfd 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | DESCRIPTION = "libc++ is a new implementation of the C++ standard library, targeting C++11" | 4 | DESCRIPTION = "libc++ is a new implementation of the C++ standard library, targeting C++11" |
5 | HOMEPAGE = "http://libcxx.llvm.org/" | 5 | HOMEPAGE = "http://libcxx.llvm.org/" |
6 | LICENSE = "MIT & UIUC" | 6 | LICENSE = "MIT & NCSA" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
diff --git a/recipes-devtools/clang/libcxxabi_git.bb b/recipes-devtools/clang/libcxxabi_git.bb index 4bcfe63..67b4341 100644 --- a/recipes-devtools/clang/libcxxabi_git.bb +++ b/recipes-devtools/clang/libcxxabi_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | DESCRIPTION = "libc++ is a new implementation of the C++ standard library, targeting C++11" | 4 | DESCRIPTION = "libc++ is a new implementation of the C++ standard library, targeting C++11" |
5 | HOMEPAGE = "http://libcxx.llvm.org/" | 5 | HOMEPAGE = "http://libcxx.llvm.org/" |
6 | LICENSE = "MIT & UIUC" | 6 | LICENSE = "MIT & NSCA" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
diff --git a/recipes-devtools/clang/llvm-libunwind_git.bb b/recipes-devtools/clang/llvm-libunwind_git.bb index 2d044d0..c11523a 100644 --- a/recipes-devtools/clang/llvm-libunwind_git.bb +++ b/recipes-devtools/clang/llvm-libunwind_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | DESCRIPTION = "libunwind implements a stack unwinder, needed to perform C++ exception handling." | 4 | DESCRIPTION = "libunwind implements a stack unwinder, needed to perform C++ exception handling." |
5 | HOMEPAGE = "http://llvm.org/" | 5 | HOMEPAGE = "http://llvm.org/" |
6 | LICENSE = "MIT & UIUC" | 6 | LICENSE = "MIT & NSCA" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||