[oe-commits] Michael 'Mickey' Lauer : android-image-utils-native: fix deploying fastboot binary

git version control git at git.openembedded.org
Sun Mar 14 13:59:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6615eb994476c9c8e96dd8a00b76af90deb313a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6615eb994476c9c8e96dd8a00b76af90deb313a3

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Mar 14 15:00:46 2010 +0100

android-image-utils-native: fix deploying fastboot binary

---

 recipes/android/android-image-utils-native_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/android/android-image-utils-native_git.bb b/recipes/android/android-image-utils-native_git.bb
index 3b39886..489a693 100644
--- a/recipes/android/android-image-utils-native_git.bb
+++ b/recipes/android/android-image-utils-native_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Android Image Creation and Booting Utilities"
 SECTION = "console/utils"
 LICENSE = "GPL"
 PV = "1.0+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \
@@ -12,8 +12,8 @@ S = "${WORKDIR}/git/android/image-utils"
 inherit autotools_stage native
 
 do_deploy () {
-	install -d ${DEPLOY_DIR_IMAGE}
-	install -m 0755 fastboot ${DEPLOY_DIR_IMAGE}
+	install -d ${DEPLOY_DIR_TOOLS}
+	install -m 0755 fastboot/fastboot ${DEPLOY_DIR_TOOLS}
 }
 do_deploy[dirs] = "${S}"
 addtask deploy before do_build after do_compile





More information about the Openembedded-commits mailing list