diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2009-05-23 20:29:57 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-12-09 11:54:01 -0700 |
commit | 9bd199c537ca6fda184e30c1ceff53cb41bf534f (patch) | |
tree | 758b7ec41aec5bb32b13d0d38271fb3f68e55336 | |
parent | 9de20344a049c623228cc76e564bb7852992698c (diff) |
u-boot-mkimage-native: Fix problem building on a system without strip.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
-rw-r--r-- | 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 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 () { |