[oe-commits] Robert Schuster : llvm.inc: Declare dependency of llvm<ver> on llvm<ver> -native

GIT User account git at amethyst.openembedded.net
Tue Apr 28 12:02:51 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: d3d2218c30bfff975695a9ad04ef613bbf197c10
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d3d2218c30bfff975695a9ad04ef613bbf197c10

Author: Robert Schuster <thebohemian at gmx.net>
Date:   Wed Apr  1 16:28:10 2009 +0200

llvm.inc: Declare dependency of llvm<ver> on llvm<ver>-native

---

 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 a61a99a..7e6bacb 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"





More information about the Openembedded-commits mailing list