kexec-tools-klibc-static: remove the unsettings of compiler flags
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 13 Dec 2009 23:56:10 +0000 (00:56 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 13 Dec 2009 23:57:53 +0000 (00:57 +0100)
* klcc now knows about -isystem now anf compiles fine the tools
* bump PR

recipes/kexec/kexec-tools-klibc-static_2.0.1.bb

index 54e4601..1c2327f 100644 (file)
@@ -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"