From ab37e39dee9677cae06cff3e8b3e1de2abad2c41 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 21 Aug 2010 17:57:12 +0200 Subject: kexecboot: inherit new klibc.bbclass * bump PR --- recipes/kexecboot/kexecboot.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'recipes/kexecboot/kexecboot.inc') diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc index 2d1b51878f..bdbc3a52bf 100644 --- a/recipes/kexecboot/kexecboot.inc +++ b/recipes/kexecboot/kexecboot.inc @@ -1,14 +1,15 @@ LICENSE = "GPL" -DEPENDS = "klibc" +# the binary is statically linked against klibc +inherit klibc +inherit autotools + RDEPENDS_${PN} = "kexec-klibc" # The binary itself is not machine-specific # but the EXTRA_OECONF overrides have this effect PACKAGE_ARCH = "${MACHINE_ARCH}" -inherit autotools - # You can create your own *-img.h by doing # ./make-image-header.sh .png HAND @@ -16,8 +17,6 @@ SRC_URI += "file://logo-img.h \ file://logo.png \ " -export CC=${TARGET_PREFIX}klcc - # Defaults as in ver 0.5+0.6b ############################# # Optional Features: -- cgit 1.2.3-korg