[oe-commits] Chris Larson : u-boot: ensure deploy runs before package_stage

git version control git at git.openembedded.org
Mon Oct 11 17:51:37 UTC 2010


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

Author: Chris Larson <chris_larson at mentor.com>
Date:   Mon Oct 11 12:41:18 2010 -0400

u-boot: ensure deploy runs before package_stage

Without this, whether the u-boot binaries make it into the staging package can
vary, causing failures when building u-boot from pstage.

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/u-boot/u-boot.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/u-boot/u-boot.inc b/recipes/u-boot/u-boot.inc
index d19716c..9a9528e 100644
--- a/recipes/u-boot/u-boot.inc
+++ b/recipes/u-boot/u-boot.inc
@@ -64,4 +64,4 @@ do_deploy () {
 	package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_SYMLINK}
 }
 do_deploy[dirs] = "${S}"
-addtask deploy before do_build after do_compile
+addtask deploy before do_package_stage after do_compile





More information about the Openembedded-commits mailing list