From: Jeremy Puhlman Date: Sun, 24 May 2009 03:29:57 +0000 (-0700) Subject: u-boot-mkimage-native: Fix problem building on a system without strip. X-Git-Tag: Release-2010-05/1~1353 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd199c537ca6fda184e30c1ceff53cb41bf534f;p=openembedded.git u-boot-mkimage-native: Fix problem building on a system without strip. Signed-off-by: Jeremy Puhlman Signed-off-by: Chris Larson --- 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 38dd700d08..3c210a099b 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 () {