[oe-commits] Andrea Adami : initramfs-kexecboot-image: simplify EXTRA_IMAGEDEPENDS = ""

GIT User account git at amethyst.openembedded.net
Thu May 7 06:17:24 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu May  7 00:29:02 2009 +0200

initramfs-kexecboot-image: simplify EXTRA_IMAGEDEPENDS = ""
 - KEXECBOOT_IMAGEDEPENDS was introduced just for Zaurus (fixed now)

---

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

diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index 01f9871..da69f1b 100644
--- a/recipes/kexecboot/initramfs-kexecboot-image.bb
+++ b/recipes/kexecboot/initramfs-kexecboot-image.bb
@@ -10,10 +10,8 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt"
 
 export IMAGE_BASENAME = "initramfs-kexecboot-image"
 
-KEXECBOOT_IMAGEDEPENDS ?= ""
-
 # avoid circular dependencies
-EXTRA_IMAGEDEPENDS = "${KEXECBOOT_IMAGEDEPENDS}"
+EXTRA_IMAGEDEPENDS = ""
 
 IMAGE_INSTALL = "kexecboot"
 





More information about the Openembedded-commits mailing list