From: Henry von Tresckow Date: Wed, 27 Jan 2010 18:44:44 +0000 (+0000) Subject: initramfs-kexecboot-image : Unset FEED_DEPLOYDIR_BASE_URI to allow builds with local... X-Git-Tag: Release-2010-05/1~491^2~262 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6033e12e6f17243d8995ad582742dc9cd32999d;p=openembedded.git initramfs-kexecboot-image : Unset FEED_DEPLOYDIR_BASE_URI to allow builds with local feeds Having FEED_DEPLOYDIR_BASE_URI set in local.conf was causing recipie to not build Signed-off-by: Henry von Tresckow --- diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index 890287d3f6..285640dcf5 100644 --- a/recipes/kexecboot/initramfs-kexecboot-image.bb +++ b/recipes/kexecboot/initramfs-kexecboot-image.bb @@ -23,5 +23,5 @@ IMAGE_LOGIN_MANAGER = "" IMAGE_INIT_MANAGER = "" IMAGE_INITSCRIPTS = "" IMAGE_DEV_MANAGER = "" - +FEED_DEPLOYDIR_BASE_URI = "" inherit image