summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-openmoko-shr-devel/fix-install.patch
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-11-22 20:04:54 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2009-11-22 20:04:54 +0100
commitdd07491050fd608e45b2ab2eb6a4dc1313e075cd (patch)
tree674e024e28f0c624a439a52a434163ef25bca07f /recipes/linux/linux-openmoko-shr-devel/fix-install.patch
parentc80e42faffdc71e878168c52bb3767e2277dd722 (diff)
parent1eae4a07dd02b75eb39e0e238dbdbdd29252b94e (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux-openmoko-shr-devel/fix-install.patch')
-rw-r--r--recipes/linux/linux-openmoko-shr-devel/fix-install.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/linux/linux-openmoko-shr-devel/fix-install.patch b/recipes/linux/linux-openmoko-shr-devel/fix-install.patch
new file mode 100644
index 0000000000..b14ca7d740
--- /dev/null
+++ b/recipes/linux/linux-openmoko-shr-devel/fix-install.patch
@@ -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 @@
+ @true
+
+ quiet_cmd_install = INSTALL $(subst $(srctree)/,,$@)
+- cmd_install = $(INSTALL) -m0644 $< $@
++ cmd_install = $(INSTALL) -m 0644 $< $@
+
+ $(installed-fw-dirs):
+ $(call cmd,mkdir)