summaryrefslogtreecommitdiffstats
path: root/recipes-core/llvm
diff options
context:
space:
mode:
authorXerxes Rånby <xerxes@zafena.se>2011-12-21 12:17:48 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-12-21 19:58:05 +0100
commit1189bc2d8b7b3c5c3f365e59bc0b75c0e9015b15 (patch)
tree8b05b56dd595252830d1b9fb6f320e8baa916e65 /recipes-core/llvm
parent9943152db58d1cd9de40c9c88f69edc3e3183f20 (diff)
downloadmeta-java-1189bc2d8b7b3c5c3f365e59bc0b75c0e9015b15.tar.gz
llvm: correct license to NCSA
Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
Diffstat (limited to 'recipes-core/llvm')
-rw-r--r--recipes-core/llvm/llvm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc
index a37c790..cbb43ff 100644
--- a/recipes-core/llvm/llvm.inc
+++ b/recipes-core/llvm/llvm.inc
@@ -20,7 +20,7 @@
20DESCRIPTION = "The Low Level Virtual Machine" 20DESCRIPTION = "The Low Level Virtual Machine"
21HOMEPAGE = "http://llvm.org" 21HOMEPAGE = "http://llvm.org"
22# 3-clause BSD-like 22# 3-clause BSD-like
23LICENSE = "University of Illinois/NCSA Open Source License" 23LICENSE = "NCSA"
24LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" 24LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855"
25 25
26DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common" 26DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common"