* the libxml2 binconfig has been disabled. Signed-off-by: Jacob Stiffler <[email protected]> --- meta-arago-extras/recipes-core/llvm/ti-llvm3.3_3.3.bb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/meta-arago-extras/recipes-core/llvm/ti-llvm3.3_3.3.bb b/meta-arago-extras/recipes-core/llvm/ti-llvm3.3_3.3.bb index a8eed48..35514c4 100644 --- a/meta-arago-extras/recipes-core/llvm/ti-llvm3.3_3.3.bb +++ b/meta-arago-extras/recipes-core/llvm/ti-llvm3.3_3.3.bb @@ -1,6 +1,8 @@ DESCRIPTION = "LLVM 3.3 with support for TI C66x intrinsics" HOMEPAGE = "https://gitorious.design.ti.com/ocl/llvm33-src" +PR = "r1" + do_configure_prepend_class-native() { # Fix paths in llvm-config sed -i "s|sys::path::parent_path(sys::path::parent_path(CurrentPath))).str()|sys::path::parent_path(CurrentPath))\.str()|g" ${S}/tools/llvm-config/llvm-config.cpp @@ -8,7 +10,9 @@ do_configure_prepend_class-native() { require recipes-core/llvm/llvm.inc -DEPENDS_append_class-native = " llvm-common-native" +DEPENDS += "zlib libxml2" +EXTRA_OECONF += "--enable-zlib" + LLVM_DIR = "ti-llvm${PV}" @@ -24,6 +28,11 @@ SRCREV = "29629a3e70d445cfbfbb4046a56d3648ebae9544" S = "${WORKDIR}/git" +LIBXML2_INC = "`pkg-config libxml-2.0 --cflags`" +LIBXML2_LIBS = "`pkg-config libxml-2.0 --libs`" + +EXTRA_OEMAKE += "LIBXML2_INC="${LIBXML2_INC}" LIBXML2_LIBS="${LIBXML2_LIBS}"" + do_compile_class-native() { cd ${LLVM_BUILD_DIR} oe_runmake -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
