From 9bd199c537ca6fda184e30c1ceff53cb41bf534f Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Sat, 23 May 2009 20:29:57 -0700 Subject: [PATCH] u-boot-mkimage-native: Fix problem building on a system without strip. Signed-off-by: Jeremy Puhlman Signed-off-by: Chris Larson --- recipes/u-boot/u-boot-mkimage-native_1.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- 2.39.5