diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-08-21 17:55:21 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-08-21 18:18:23 +0200 |
commit | 82ec7f49ef7d7f7e76dae2d37ae8e39db95b4735 (patch) | |
tree | 3a9700d59bb9b2c0106cb1c35f947ca181799ca2 | |
parent | 3f6c93c8e05ea12b696b4d96ccfe5a8fce5bdcac (diff) |
kexec-tools-klibc: inherit new klibc.bbclass
* bump PR
-rw-r--r-- | recipes/kexec-tools/kexec-tools-klibc_2.0.2.bb | 10 |
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" |