linux-omap_git.bb : Add patch to work around problem with install command.
authorPhilip Balister <philip@balister.org>
Wed, 10 Sep 2008 11:52:47 +0000 (11:52 +0000)
committerPhilip Balister <philip@balister.org>
Wed, 10 Sep 2008 11:52:47 +0000 (11:52 +0000)
packages/linux/linux-omap/fix-install.patch [new file with mode: 0644]
packages/linux/linux-omap_git.bb

diff --git a/packages/linux/linux-omap/fix-install.patch b/packages/linux/linux-omap/fix-install.patch
new file mode 100644 (file)
index 0000000..46bc25a
--- /dev/null
@@ -0,0 +1,23 @@
+From: Steve Sakoman <steve@sakoman.com>
+Date: Mon, 18 Aug 2008 16:07:31 +0000 (-0700)
+Subject: scripts/Makefile.fwinst: add missing space when setting mode in cmd_install
+X-Git-Url: http://www.sakoman.net/cgi-bin/gitweb.cgi?p=linux-omap-2.6.git;a=commitdiff_plain;h=f039944bdd491cde7327133e9976881d3133ae70
+
+scripts/Makefile.fwinst: add missing space when setting mode in cmd_install
+
+This was causing build failures on some machines
+---
+
+diff --git a/scripts/Makefile.fwinst b/scripts/Makefile.fwinst
+index 6bf8e87..fb20532 100644
+--- a/scripts/Makefile.fwinst
++++ b/scripts/Makefile.fwinst
+@@ -37,7 +37,7 @@ install-all-dirs: $(installed-fw-dirs)
+       @true
+ quiet_cmd_install = INSTALL $(subst $(srctree)/,,$@)
+-      cmd_install = $(INSTALL) -m0644 $< $@
++      cmd_install = $(INSTALL) -m 0644 $< $@
+ $(installed-fw-dirs):
+       $(call cmd,mkdir)
index 2de27da..085b2f6 100644 (file)
@@ -22,7 +22,8 @@ SRC_URI_append = " file://no-harry-potter.diff;patch=1 \
            file://4bitmmc.diff;patch=1 \
            file://no-cortex-deadlock.patch;patch=1 \
            file://read_die_ids.patch;patch=1 \
-           "
+           file://fix-install.patch;patch=1 \
+"
 
 temporarely-disabled = " \
            file://01-fix-timing-print.diff;patch=1 \