[oe-commits] Angus Ainslie : linux-openmoko-devel : re-eanble fix-install patch as the

GIT User account git at amethyst.openembedded.net
Fri Apr 17 04:35:47 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: a3ce3ea2c7983dcbd450adea0e3d979284595339
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a3ce3ea2c7983dcbd450adea0e3d979284595339

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Thu Apr 16 22:21:18 2009 -0600

linux-openmoko-devel : re-eanble fix-install patch as the
build still fails on some machines.

---

 .../linux/linux-openmoko-devel/fix-install.patch   |   23 ++++++++++++++++++++
 recipes/linux/linux-openmoko-devel_git.bb          |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-openmoko-devel/fix-install.patch b/recipes/linux/linux-openmoko-devel/fix-install.patch
new file mode 100644
index 0000000..b14ca7d
--- /dev/null
+++ b/recipes/linux/linux-openmoko-devel/fix-install.patch
@@ -0,0 +1,23 @@
+From: Steve Sakoman <steve at 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)
diff --git a/recipes/linux/linux-openmoko-devel_git.bb b/recipes/linux/linux-openmoko-devel_git.bb
index 20fd4f8..ed2c84c 100644
--- a/recipes/linux/linux-openmoko-devel_git.bb
+++ b/recipes/linux/linux-openmoko-devel_git.bb
@@ -14,7 +14,7 @@ PR = "r4"
 
 SRC_URI = "\
   git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \
-#  file://fix-install.patch;patch=1 \
+  file://fix-install.patch;patch=1 \
 "
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list