diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-02 19:07:08 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-02 19:07:08 +0100 |
commit | 48efe36d1ad6e091a7a73ac74c42141599d0e489 (patch) | |
tree | 55624dbc0c96343d333543bddaefc54723780a98 /packages/kexecboot | |
parent | 0001dee2efd24074e35b448159955cc94f18d85e (diff) |
initramfs-kexecboot-image: fix dependency loop created in next commit
Diffstat (limited to 'packages/kexecboot')
-rw-r--r-- | packages/kexecboot/initramfs-kexecboot-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/kexecboot/initramfs-kexecboot-image.bb b/packages/kexecboot/initramfs-kexecboot-image.bb index 3fc3c93f3e..1e06703a6d 100644 --- a/packages/kexecboot/initramfs-kexecboot-image.bb +++ b/packages/kexecboot/initramfs-kexecboot-image.bb @@ -10,5 +10,6 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt" export IMAGE_BASENAME = "initramfs-kexecboot-image" +EXTRA_IMAGEDEPENDS = "" IMAGE_INSTALL = "kexecboot" IMAGE_LINGUAS = "" |