[oe-commits] Jeremy Puhlman : u-boot-mkimage-native: Fix problem building on a system without strip.

git version control git at git.openembedded.org
Thu Dec 10 09:10:39 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: 9bd199c537ca6fda184e30c1ceff53cb41bf534f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9bd199c537ca6fda184e30c1ceff53cb41bf534f

Author: Jeremy Puhlman <jpuhlman at mvista.com>
Date:   Sat May 23 20:29:57 2009 -0700

u-boot-mkimage-native: Fix problem building on a system without strip.

Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/u-boot/u-boot-mkimage-native_1.3.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb b/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb
index 38dd700..3c210a0 100644
--- a/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb
+++ b/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb
@@ -13,7 +13,7 @@ EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 
 do_compile () {
  	oe_runmake smdk2410_config
-        oe_runmake tools
+        oe_runmake tools STRIP='/bin/true'
 }
 
 do_stage () {





More information about the Openembedded-commits mailing list