diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-14 00:56:10 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-14 00:57:53 +0100 |
commit | d7f2cec358267feae334c8827500169e3692eedb (patch) | |
tree | 1b6fc25e68042a9904f3c2e8151668affdb6a967 /recipes | |
parent | 8f491bf275cf8a64d05e99f2e5b0c6c5143202b4 (diff) |
kexec-tools-klibc-static: remove the unsettings of compiler flags
* klcc now knows about -isystem now anf compiles fine the tools
* bump PR
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |