If valgrind is not yet staged, may cause this error: | .../git/lib/Support/Valgrind.cpp:20:31: fatal error: valgrind/valgrind.h: No such file or directory | #include <valgrind/valgrind.h> | ^ | compilation terminated.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb index e1db5ec..63c0fef 100644 --- a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb +++ b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb @@ -17,8 +17,7 @@ require recipes-core/llvm/llvm.inc LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" -DEPENDS += "libxml2" - +DEPENDS += "libxml2 valgrind" LLVM_DIR = "ti-llvm${PV}" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
