From: Denys Dmytriyenko <[email protected]> This used to be a warning and recently became an error. Need to be cleaned up later.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 1 + 1 file changed, 1 insertion(+) 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 16a3269..a6739ef 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 @@ -170,6 +170,7 @@ llvm_sysroot_preprocess_target() { mv ${LLVM_INSTALL_DIR}/llvm-config-host ${SYSROOT_DESTDIR}${bindir_crossscripts}/llvm-config${PV}-ti } +INSANE_SKIP_${PN} += "installed-vs-shipped" INSANE_SKIP_${MLPREFIX}libllvm${LLVM_RELEASE}-llvm-${LLVM_RELEASE}.0 += "dev-so" BBCLASSEXTEND = "native nativesdk" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
