diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-04-07 00:10:28 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-04-07 00:11:02 +0200 |
commit | 747d8eec1f2b19751172f958dc518b7c865494f1 (patch) | |
tree | 03c1aa84af0b445eac69e05b70d265fe85165d06 /recipes/kexecboot | |
parent | 28d0f54e301b5063eaf3587c57fd5422ae7fb2b2 (diff) |
initramfs-kexecboot-image: fix EXTRA_IMAGEDEPENDS for all Zaurus
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r-- | recipes/kexecboot/initramfs-kexecboot-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index 1aacceaa30..385bd258ea 100644 --- a/recipes/kexecboot/initramfs-kexecboot-image.bb +++ b/recipes/kexecboot/initramfs-kexecboot-image.bb @@ -10,8 +10,8 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt" export IMAGE_BASENAME = "initramfs-kexecboot-image" -#EXTRA_IMAGEDEPENDS = "" -EXTRA_IMAGEDEPENDS = "${LEGACY_IMAGEDEPENDS}" +# avoid to depend from kexecboot +EXTRA_IMAGEDEPENDS = "${KEXECBOOT_IMAGEDEPENDS}" IMAGE_INSTALL = "kexecboot" IMAGE_LINGUAS = "" |