[oe-commits] Andrea Adami : kexecboot: 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: ab37e39dee9677cae06cff3e8b3e1de2abad2c41
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ab37e39dee9677cae06cff3e8b3e1de2abad2c41

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Aug 21 17:57:12 2010 +0200

kexecboot: inherit new klibc.bbclass

* bump PR

---

 recipes/kexecboot/kexecboot.inc    |    9 ++++-----
 recipes/kexecboot/kexecboot_git.bb |    2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index 2d1b518..bdbc3a5 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 <file>.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:
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 0b83482..a5b193d 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,5 +1,5 @@
 PV = "0.5"
-PR = "r17+gitr${SRCREV}"
+PR = "r18+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
 SRCREV = "5e020abcb38b7dcfeb1eed2350a4221e7bda7020"





More information about the Openembedded-commits mailing list