kexec-tools-klibc: inherit new klibc.bbclass
authorAndrea Adami <andrea.adami@gmail.com>
Sat, 21 Aug 2010 15:55:21 +0000 (17:55 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Sat, 21 Aug 2010 16:18:23 +0000 (18:18 +0200)
* bump PR

recipes/kexec-tools/kexec-tools-klibc_2.0.2.bb

index e73770c..7f3f55b 100644 (file)
@@ -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"