Patchworkβ [oe] initramfs-kexecboot-image : Unset FEED_DEPLOYDIR_BASE_URI to allow builds with local feeds

login
register
about
Submitter Henry von Tresckow
Date 2010-01-28 04:44:44
Message ID <1264653884-16351-1-git-send-email-hvontres@gmail.com>
Download mbox | patch
Permalink /patch/1526/
State New
Headers show

Comments

Henry von Tresckow - 2010-01-28 04:44:44
Having FEED_DEPLOYDIR_BASE_URI set in local.conf was causing recipie to not build

Signed-off-by: Henry von Tresckow <hvontres@gmail.com>
---
 recipes/kexecboot/initramfs-kexecboot-image.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Patch

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