From: Koen Kooi Date: Tue, 7 Apr 2009 11:25:46 +0000 (+0200) Subject: initramfs-kexecboot-image: fix parse warning X-Git-Tag: Release-2010-05/1~3789^2~38^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43fbe6ad1dc0db8f91d2ff503cc7c9e4f15ade04;p=openembedded.git initramfs-kexecboot-image: fix parse warning --- diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index 385bd258ea..0284f691a7 100644 --- a/recipes/kexecboot/initramfs-kexecboot-image.bb +++ b/recipes/kexecboot/initramfs-kexecboot-image.bb @@ -10,6 +10,8 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt" export IMAGE_BASENAME = "initramfs-kexecboot-image" +KEXECBOOT_IMAGEDEPENDS ?= "" + # avoid to depend from kexecboot EXTRA_IMAGEDEPENDS = "${KEXECBOOT_IMAGEDEPENDS}" IMAGE_INSTALL = "kexecboot"