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:
866e3e9
)
u-boot.inc : Correct args to install to work with OE install-native.
author
Philip Balister
<philip@balister.org>
Wed, 23 May 2007 14:24:12 +0000
(14:24 +0000)
committer
Philip Balister
<philip@balister.org>
Wed, 23 May 2007 14:24:12 +0000
(14:24 +0000)
Insert space between -m and 755.
packages/uboot/u-boot.inc
patch
|
blob
|
history
diff --git
a/packages/uboot/u-boot.inc
b/packages/uboot/u-boot.inc
index
d9b2f7b
..
9a01994
100644
(file)
--- a/
packages/uboot/u-boot.inc
+++ b/
packages/uboot/u-boot.inc
@@
-27,5
+27,5
@@
addtask deploy before do_build after do_compile
do_stage() {
install -d ${STAGING_BINDIR_NATIVE}
- install -m755 tools/mkimage ${STAGING_BINDIR_NATIVE}/
+ install -m
755 tools/mkimage ${STAGING_BINDIR_NATIVE}/
}