[oe-commits] org.oe.dev u-boot.inc : Correct args to install to work with OE install-native.

crofton commit openembedded-commits at lists.openembedded.org
Wed May 23 14:44:17 UTC 2007


u-boot.inc : Correct args to install to work with OE install-native.
             Insert space between -m and 755.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 3ff3791f6f88919a909fbe4ecd9ea923278b08e6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3ff3791f6f88919a909fbe4ecd9ea923278b08e6
Files:
1
packages/uboot/u-boot.inc
Diffs:

#
# mt diff -r32c8db327cd1e1f0aa847b064a8ea651c9b43151 -r3ff3791f6f88919a909fbe4ecd9ea923278b08e6
#
# 
# 
# patch "packages/uboot/u-boot.inc"
#  from [b60eaf1fa3f4b35d4c251cc8248d2aed83398223]
#    to [9b411dad54104c1356dbdfc969aae07173a3a9b1]
# 
============================================================
--- packages/uboot/u-boot.inc	b60eaf1fa3f4b35d4c251cc8248d2aed83398223
+++ packages/uboot/u-boot.inc	9b411dad54104c1356dbdfc969aae07173a3a9b1
@@ -27,5 +27,5 @@ do_stage() {
 
 do_stage() {
 	install -d ${STAGING_BINDIR_NATIVE}
-	install -m755 tools/mkimage ${STAGING_BINDIR_NATIVE}/
+	install -m 755 tools/mkimage ${STAGING_BINDIR_NATIVE}/
 }






More information about the Openembedded-commits mailing list