aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2009-04-01 16:28:10 +0200
committerRobert Schuster <thebohemian@gmx.net>2009-04-01 16:28:54 +0200
commit2d05226a33f1d0e43bdbb06e57997b363572c330 (patch)
tree74ec554c1e3049c70fc01aefb86983f14a115d6e /recipes/llvm
parentd418b371617db58cf5a0602ff0b1e957eac0a837 (diff)
downloadopenembedded-2d05226a33f1d0e43bdbb06e57997b363572c330.tar.gz
llvm.inc: Declare dependency of llvm<ver> on llvm<ver>-native
Diffstat (limited to 'recipes/llvm')
-rw-r--r--recipes/llvm/llvm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/llvm/llvm.inc b/recipes/llvm/llvm.inc
index a61a99a723..7e6bacb3e7 100644
--- a/recipes/llvm/llvm.inc
+++ b/recipes/llvm/llvm.inc
@@ -20,7 +20,7 @@
DESCRIPTION = "The Low Level Virtual Machine"
HOMEPAGE = "http://llvm.org"
-DEPENDS = "llvm-common"
+DEPENDS = "llvm-common llvm${LLVM_RELEASE}-native"
# 3-clause BSD-like
LICENSE = "University of Illinois/NCSA Open Source License"