[oe-commits] Michael 'Mickey' Lauer : linux.inc: fix the infamous 'install ./-m0644: file not found' error

GIT User account git at amethyst.openembedded.net
Fri Feb 27 13:44:00 UTC 2009


Module: openembedded.git
Branch: mickey/org.openembedded.dev
Commit: b697819f7e84e19ca2adc9846421c8c8137b8fca
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b697819f7e84e19ca2adc9846421c8c8137b8fca

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Feb 27 14:43:23 2009 +0100

linux.inc: fix the infamous 'install ./-m0644: file not found' error

---

 packages/linux/linux.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc
index 672d326..5e714e1 100644
--- a/packages/linux/linux.inc
+++ b/packages/linux/linux.inc
@@ -131,6 +131,10 @@ do_configure_append_avr32() {
         sed -i -e s:-mno-pic::g arch/avr32/Makefile
 }
 
+do_configure_append() {
+        sed -i -e "s:-m0644:-m 0644:g" scripts/Makefile.fwinst
+}
+
 do_compile_append() {
     if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then 
         if test -e arch/${ARCH}/boot/compressed/vmlinux ; then





More information about the Openembedded-commits mailing list