[oe-commits] Andrea Adami : kexec-tools-klibc-static_1.101: remove unsetting of compiler flags

git version control git at git.openembedded.org
Tue Dec 15 13:49:03 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Dec 15 00:09:09 2009 +0100

kexec-tools-klibc-static_1.101: remove unsetting of compiler flags
- klcc is now fixed with reference to -isystem
- bump PR

---

 .../kexec-tools/kexec-tools-klibc-static_1.101.bb  |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb b/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb
index 5d131d8..3ee699b 100644
--- a/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb
+++ b/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb
@@ -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"





More information about the Openembedded-commits mailing list