diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2014-01-23 13:36:37 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-01-30 12:16:59 +0200 |
commit | 20a3734c0da057a51aadc89e3dba163367611dc5 (patch) | |
tree | d12c2482dc7faccd3cb25220ac1d22d8173c70e9 /recipes/llvm/llvm-common/llvm-config | |
parent | c3918d45cd6ae9601d99bf695d8672f2fc7f1f1e (diff) | |
download | meta-boot2qt-20a3734c0da057a51aadc89e3dba163367611dc5.tar.gz |
upgrade emulator components
- kernel 3.10
- LLVM 3.3
- mesa 9.1.6
Change-Id: Ib15c6826ab480e39e4efb7a16d42030b55ad6c3b
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'recipes/llvm/llvm-common/llvm-config')
-rw-r--r-- | recipes/llvm/llvm-common/llvm-config | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes/llvm/llvm-common/llvm-config b/recipes/llvm/llvm-common/llvm-config deleted file mode 100644 index a9a416d..0000000 --- a/recipes/llvm/llvm-common/llvm-config +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | # Wrapper script for real llvm-config. Simply calls | ||
3 | |||
4 | if [ $WANT_LLVM_RELEASE ]; then | ||
5 | exec `dirname $0`/${TARGET_PREFIX}llvm-config$WANT_LLVM_RELEASE ${@} | ||
6 | else | ||
7 | echo "The variable WANT_LLVM_RELEASE is not defined and exported" | ||
8 | echo "by your build recipe. Go figure." | ||
9 | exit 1 | ||
10 | fi | ||