summaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2009-05-23 20:29:57 -0700
committerChris Larson <clarson@mvista.com>2009-12-09 11:54:01 -0700
commit9bd199c537ca6fda184e30c1ceff53cb41bf534f (patch)
tree758b7ec41aec5bb32b13d0d38271fb3f68e55336 /recipes/u-boot/u-boot-mkimage-native_1.3.2.bb
parent9de20344a049c623228cc76e564bb7852992698c (diff)
downloadopenembedded-9bd199c537ca6fda184e30c1ceff53cb41bf534f.tar.gz
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>
Diffstat (limited to 'recipes/u-boot/u-boot-mkimage-native_1.3.2.bb')
-rw-r--r--recipes/u-boot/u-boot-mkimage-native_1.3.2.bb2
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 () {