[oe-commits] Koen Kooi : initramfs-kexecboot-image: fix parse warning

GIT User account git at amethyst.openembedded.net
Tue Apr 7 11:29:09 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 43fbe6ad1dc0db8f91d2ff503cc7c9e4f15ade04
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=43fbe6ad1dc0db8f91d2ff503cc7c9e4f15ade04

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Apr  7 13:25:46 2009 +0200

initramfs-kexecboot-image: fix parse warning

---

 recipes/kexecboot/initramfs-kexecboot-image.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index 385bd25..0284f69 100644
--- a/recipes/kexecboot/initramfs-kexecboot-image.bb
+++ b/recipes/kexecboot/initramfs-kexecboot-image.bb
@@ -10,6 +10,8 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt"
 
 export IMAGE_BASENAME = "initramfs-kexecboot-image"
 
+KEXECBOOT_IMAGEDEPENDS ?= ""
+
 # avoid to depend from kexecboot
 EXTRA_IMAGEDEPENDS = "${KEXECBOOT_IMAGEDEPENDS}"
 IMAGE_INSTALL = "kexecboot"





More information about the Openembedded-commits mailing list