From 5fd90b0bdc98e403fdb99c89ff6a51bc69c39c51 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 21 Dec 2011 16:56:25 +0100 Subject: llvm: put the arm-fenv patch from inc file to llvm2.9 Signed-off-by: Henning Heinold --- recipes-core/llvm/llvm.inc | 2 -- recipes-core/llvm/llvm2.9_2.9.bb | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc index 383305b..c675c4d 100644 --- a/recipes-core/llvm/llvm.inc +++ b/recipes-core/llvm/llvm.inc @@ -29,8 +29,6 @@ DEPENDS_virtclass-native = "llvm-common-native cmake-native perl-native" SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" -#SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " - S = "${WORKDIR}/llvm-${PV}" inherit cmake perlnative diff --git a/recipes-core/llvm/llvm2.9_2.9.bb b/recipes-core/llvm/llvm2.9_2.9.bb index 5e5ca29..1af8737 100644 --- a/recipes-core/llvm/llvm2.9_2.9.bb +++ b/recipes-core/llvm/llvm2.9_2.9.bb @@ -1,5 +1,7 @@ require llvm.inc +SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " + PARALLEL_MAKE_virtclass-native = "" EXTRA_OECMAKE = "\ -- cgit v1.2.3-54-g00ecf