aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-07 00:29:02 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-05-07 00:29:02 +0200
commitfb0ffecd1b2fe641745304cd556cd8bee5359720 (patch)
tree83fd4fad727bbc23bc8daafef228ee772bc5f24b /recipes/kexecboot
parent09187f21673a1f857c58d3d19ac00ce3d0accacc (diff)
downloadopenembedded-fb0ffecd1b2fe641745304cd556cd8bee5359720.tar.gz
initramfs-kexecboot-image: simplify EXTRA_IMAGEDEPENDS = ""
- KEXECBOOT_IMAGEDEPENDS was introduced just for Zaurus (fixed now)
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/initramfs-kexecboot-image.bb4
1 files changed, 1 insertions, 3 deletions
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"