From 798b0c58baeb339379bf65d4b9fb0a2c9a47a9f3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 19 Apr 2013 12:19:27 +0000 Subject: llvm: Drop from meta-java, it was moved to meta-oe Signed-off-by: Henning Heinold --- recipes-core/llvm/llvm-common/llvm-config | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 recipes-core/llvm/llvm-common/llvm-config (limited to 'recipes-core/llvm/llvm-common/llvm-config') diff --git a/recipes-core/llvm/llvm-common/llvm-config b/recipes-core/llvm/llvm-common/llvm-config deleted file mode 100644 index a9a416d..0000000 --- a/recipes-core/llvm/llvm-common/llvm-config +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# Wrapper script for real llvm-config. Simply calls - -if [ $WANT_LLVM_RELEASE ]; then - exec `dirname $0`/${TARGET_PREFIX}llvm-config$WANT_LLVM_RELEASE ${@} -else - echo "The variable WANT_LLVM_RELEASE is not defined and exported" - echo "by your build recipe. Go figure." - exit 1 -fi -- cgit v1.2.3-54-g00ecf