summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-02-27 15:53:28 +0000
committerKhem Raj <raj.khem@gmail.com>2016-02-27 15:53:28 +0000
commitdaf63a16385b3deaa589af8c329d25fb1f4c842b (patch)
tree7592f0c445a309ef820c52e2b8b9b8b2541bde1e
parente8553ea27018b9cd916d29db9fcc845a284ca385 (diff)
downloadmeta-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.bb2
-rw-r--r--recipes-devtools/clang/libcxx_git.bb2
-rw-r--r--recipes-devtools/clang/libcxxabi_git.bb2
-rw-r--r--recipes-devtools/clang/llvm-libunwind_git.bb2
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
4DESCRIPTION = "LLVM based C/C++ compiler Runtime" 4DESCRIPTION = "LLVM based C/C++ compiler Runtime"
5HOMEPAGE = "http://compiler-rt.llvm.org/" 5HOMEPAGE = "http://compiler-rt.llvm.org/"
6LICENSE = "MIT & UIUC" 6LICENSE = "MIT & NCSA"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_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
4DESCRIPTION = "libc++ is a new implementation of the C++ standard library, targeting C++11" 4DESCRIPTION = "libc++ is a new implementation of the C++ standard library, targeting C++11"
5HOMEPAGE = "http://libcxx.llvm.org/" 5HOMEPAGE = "http://libcxx.llvm.org/"
6LICENSE = "MIT & UIUC" 6LICENSE = "MIT & NCSA"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_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
4DESCRIPTION = "libc++ is a new implementation of the C++ standard library, targeting C++11" 4DESCRIPTION = "libc++ is a new implementation of the C++ standard library, targeting C++11"
5HOMEPAGE = "http://libcxx.llvm.org/" 5HOMEPAGE = "http://libcxx.llvm.org/"
6LICENSE = "MIT & UIUC" 6LICENSE = "MIT & NSCA"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_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
4DESCRIPTION = "libunwind implements a stack unwinder, needed to perform C++ exception handling." 4DESCRIPTION = "libunwind implements a stack unwinder, needed to perform C++ exception handling."
5HOMEPAGE = "http://llvm.org/" 5HOMEPAGE = "http://llvm.org/"
6LICENSE = "MIT & UIUC" 6LICENSE = "MIT & NSCA"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_DEFAULT_DEPS = "1"
9 9