From fb0ffecd1b2fe641745304cd556cd8bee5359720 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 7 May 2009 00:29:02 +0200 Subject: initramfs-kexecboot-image: simplify EXTRA_IMAGEDEPENDS = "" - KEXECBOOT_IMAGEDEPENDS was introduced just for Zaurus (fixed now) --- recipes/kexecboot/initramfs-kexecboot-image.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes') diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index 01f9871c55..da69f1be33 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" -- cgit v1.2.3