[oe-commits] Henning Heinold : kexec-tools-klibc-static: remove the unsettings of compiler flags

git version control git at git.openembedded.org
Mon Dec 14 09:14:38 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: d7f2cec358267feae334c8827500169e3692eedb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d7f2cec358267feae334c8827500169e3692eedb

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Mon Dec 14 00:56:10 2009 +0100

kexec-tools-klibc-static: remove the unsettings of compiler flags

* klcc now knows about -isystem now anf compiles fine the tools
* bump PR

---

 recipes/kexec/kexec-tools-klibc-static_2.0.1.bb |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb
index 54e4601..1c2327f 100644
--- a/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb
+++ b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb
@@ -3,7 +3,7 @@ require kexec-tools2.inc
 
 DEFAULT_PREFERENCE = "1"
 
-PR = "r2"
+PR = "r3"
 DEPENDS = "klibc"
 
 SRC_URI += "file://kexec-tools-2-headers.patch;patch=1 \
@@ -16,11 +16,6 @@ EXTRA_OECONF = " --without-zlib"
 
 export CC=${TARGET_PREFIX}klcc
 
-# standart oe cflags don't work with klcc
-export CFLAGS=""
-export CPPFLAGS=""
-export LDFLAGS=""
-
 PACKAGES =+ "kexec-klibc-static kdump-klibc-static"
 
 FILES_kexec-klibc-static = "${sbindir}/kexec"





More information about the Openembedded-commits mailing list