diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-04-01 16:28:10 +0200 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-04-01 16:28:54 +0200 |
commit | 2d05226a33f1d0e43bdbb06e57997b363572c330 (patch) | |
tree | 74ec554c1e3049c70fc01aefb86983f14a115d6e /recipes/llvm/llvm.inc | |
parent | d418b371617db58cf5a0602ff0b1e957eac0a837 (diff) |
llvm.inc: Declare dependency of llvm<ver> on llvm<ver>-native
Diffstat (limited to 'recipes/llvm/llvm.inc')
-rw-r--r-- | recipes/llvm/llvm.inc | 2 |
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" |