kexec-tools-klibc-static_1.101: remove unsetting of compiler flags
authorAndrea Adami <andrea.adami@gmail.com>
Mon, 14 Dec 2009 23:09:09 +0000 (00:09 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Mon, 14 Dec 2009 23:11:26 +0000 (00:11 +0100)
- klcc is now fixed with reference to -isystem
- bump PR

recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb

index 5d131d8..3ee699b 100644 (file)
@@ -1,7 +1,7 @@
 # the binaries are statical linked against klibc
 require kexec-tools.inc
 
-PR = "r6"
+PR = "r7"
 DEPENDS = "klibc"
 
 SRC_URI += "file://kexec-static.patch;patch=1 \
@@ -13,11 +13,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"