[oe-commits] Andrea Adami : kexec-tools-klibc: inherit new klibc.bbclass
git version control
git at git.openembedded.org
Sat Aug 21 16:27:38 UTC 2010
Module: openembedded.git
Branch: org.openembedded.dev
Commit: 82ec7f49ef7d7f7e76dae2d37ae8e39db95b4735
URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=82ec7f49ef7d7f7e76dae2d37ae8e39db95b4735
Author: Andrea Adami <andrea.adami at gmail.com>
Date: Sat Aug 21 17:55:21 2010 +0200
kexec-tools-klibc: inherit new klibc.bbclass
* bump PR
---
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 e73770c..7f3f55b 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"
More information about the Openembedded-commits
mailing list