diff options
Diffstat (limited to 'recipes-devtools/clang/clang-crosssdk_git.bb')
-rw-r--r-- | recipes-devtools/clang/clang-crosssdk_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/clang-crosssdk_git.bb b/recipes-devtools/clang/clang-crosssdk_git.bb index fb8bee5..913c49a 100644 --- a/recipes-devtools/clang/clang-crosssdk_git.bb +++ b/recipes-devtools/clang/clang-crosssdk_git.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | # Copyright (C) 2014 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2014 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "SDK Cross compiler wrappers for LLVM based C/C++ compiler" | 4 | SUMMARY = "SDK Cross compiler wrappers for LLVM based C/C++ compiler" |
5 | HOMEPAGE = "http://clang.llvm.org/" | 5 | HOMEPAGE = "http://clang.llvm.org/" |
6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0-with-LLVM-exception;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0-with-LLVM-exception;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab" |
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | 8 | ||
9 | PN = "clang-crosssdk-${TARGET_ARCH}" | 9 | PN = "clang-crosssdk-${SDK_SYS}" |
10 | 10 | ||
11 | require clang.inc | 11 | require clang.inc |
12 | require common-source.inc | 12 | require common-source.inc |