[oe-commits] Henry von Tresckow : initramfs-kexecboot-image : Unset FEED_DEPLOYDIR_BASE_URI to allow builds with local feeds

git version control git at git.openembedded.org
Mon Feb 15 06:23:43 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: b6033e12e6f17243d8995ad582742dc9cd32999d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b6033e12e6f17243d8995ad582742dc9cd32999d

Author: Henry von Tresckow <hvontres at gmail.com>
Date:   Wed Jan 27 18:44:44 2010 +0000

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 <hvontres at gmail.com>

---

 recipes/kexecboot/initramfs-kexecboot-image.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index 890287d..285640d 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





More information about the Openembedded-commits mailing list