aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-12-15 00:09:09 +0100
committerAndrea Adami <andrea.adami@gmail.com>2009-12-15 00:11:26 +0100
commitb8d1d47bc0f8b5e0e7f8dd328e26839223bb29f4 (patch)
tree439957bae99fd540f247a7d8586916e42949e29d
parent5ef26c4ac1c79a6bfe509d98668bd44eed0511e3 (diff)
downloadopenembedded-b8d1d47bc0f8b5e0e7f8dd328e26839223bb29f4.tar.gz
kexec-tools-klibc-static_1.101: remove unsetting of compiler flags
- klcc is now fixed with reference to -isystem - bump PR
-rw-r--r--recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb7
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 5d131d839e..3ee699b1b3 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"