git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de2034
)
u-boot-mkimage-native: Fix problem building on a system without strip.
author
Jeremy Puhlman
<jpuhlman@mvista.com>
Sun, 24 May 2009 03:29:57 +0000
(20:29 -0700)
committer
Chris Larson
<clarson@mvista.com>
Wed, 9 Dec 2009 18:54:01 +0000
(11:54 -0700)
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
recipes/u-boot/u-boot-mkimage-native_1.3.2.bb
patch
|
blob
|
history
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
(file)
--- 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 () {