aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-08-21 17:55:21 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-08-21 18:18:23 +0200
commit82ec7f49ef7d7f7e76dae2d37ae8e39db95b4735 (patch)
tree3a9700d59bb9b2c0106cb1c35f947ca181799ca2 /recipes
parent3f6c93c8e05ea12b696b4d96ccfe5a8fce5bdcac (diff)
downloadopenembedded-82ec7f49ef7d7f7e76dae2d37ae8e39db95b4735.tar.gz
kexec-tools-klibc: inherit new klibc.bbclass
* bump PR
Diffstat (limited to 'recipes')
-rw-r--r--recipes/kexec-tools/kexec-tools-klibc_2.0.2.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/kexec-tools/kexec-tools-klibc_2.0.2.bb b/recipes/kexec-tools/kexec-tools-klibc_2.0.2.bb
index e73770cf57..7f3f55b492 100644
--- a/recipes/kexec-tools/kexec-tools-klibc_2.0.2.bb
+++ b/recipes/kexec-tools/kexec-tools-klibc_2.0.2.bb
@@ -1,8 +1,8 @@
# the binaries are statically linked against klibc
require kexec-tools_${PV}.inc
-PR = "r1"
-DEPENDS = "klibc"
+PR = "r2"
+inherit klibc
FILESPATHPKG =. "kexec-tools-${PV}:"
@@ -17,12 +17,6 @@ SRC_URI += "file://headers.patch \
S = "${WORKDIR}/kexec-tools-${PV}"
EXTRA_OECONF = " --without-zlib"
-export CC=${TARGET_PREFIX}klcc
-
-# reset inherited OE flags to avoid e.g. ggdb3 and keep size small
-export CFLAGS=""
-export CPPFLAGS=""
-export LDFLAGS=""
PACKAGES =+ "kexec-klibc kdump-klibc"