[gnome-continuous-yocto/gnomeostree-3.14-dizzy] llvm.inc: Add to DEPENDS, not replace



commit afb65eacae9fb191af02fbf230a92ed9ffce0ed4
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Thu Oct 2 18:10:21 2014 -0400

    llvm.inc: Add to DEPENDS, not replace
    
    Replacing DEPENDS means that the dependency on python-native is getting
    ignored, causing a build failure.

 meta-gnomeos/recipies-core/llvm/llvm.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta-gnomeos/recipies-core/llvm/llvm.inc b/meta-gnomeos/recipies-core/llvm/llvm.inc
index b1f100d..5b5dbd6 100644
--- a/meta-gnomeos/recipies-core/llvm/llvm.inc
+++ b/meta-gnomeos/recipies-core/llvm/llvm.inc
@@ -4,7 +4,7 @@ HOMEPAGE = "http://llvm.org";
 LICENSE = "NCSA"
 LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=71df953c321b5b31ae94316a7fb6a7f3"
 
-DEPENDS = "llvm-native"
+DEPENDS += "llvm-native"
 DEPENDS_virtclass-native = "cmake-native"
 
 INC_PR = "r1"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]