diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-04-06 01:09:46 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-04-06 01:09:46 +0200 |
commit | cc98a1833bbdfbba3ccda5eb30310ed0d7bfbdd5 (patch) | |
tree | 4ddd2cb6d40aa18bc06139f106ea84413d281830 /recipes/kexecboot | |
parent | 5aef3271b0a319537c9642ad73255f40db195d1b (diff) |
initramfs-kexecboot-image: fix EXTRA_IMAGEDEPENDS for c7x0/akita/spitz
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r-- | recipes/kexecboot/initramfs-kexecboot-image.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index 7fc2b79d04..1aacceaa30 100644 --- a/recipes/kexecboot/initramfs-kexecboot-image.bb +++ b/recipes/kexecboot/initramfs-kexecboot-image.bb @@ -10,7 +10,8 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt" export IMAGE_BASENAME = "initramfs-kexecboot-image" -EXTRA_IMAGEDEPENDS = "" +#EXTRA_IMAGEDEPENDS = "" +EXTRA_IMAGEDEPENDS = "${LEGACY_IMAGEDEPENDS}" IMAGE_INSTALL = "kexecboot" IMAGE_LINGUAS = "" |