diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-07 00:29:02 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-07 00:29:02 +0200 |
commit | fb0ffecd1b2fe641745304cd556cd8bee5359720 (patch) | |
tree | 83fd4fad727bbc23bc8daafef228ee772bc5f24b /recipes/kexecboot | |
parent | 09187f21673a1f857c58d3d19ac00ce3d0accacc (diff) |
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.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 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" |