From: Henning Heinold Date: Sun, 13 Dec 2009 23:56:10 +0000 (+0100) Subject: kexec-tools-klibc-static: remove the unsettings of compiler flags X-Git-Tag: Release-2010-05/1~1294^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f2cec358267feae334c8827500169e3692eedb;p=openembedded.git kexec-tools-klibc-static: remove the unsettings of compiler flags * klcc now knows about -isystem now anf compiles fine the tools * bump PR --- 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 54e4601d20..1c2327f82e 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"