[oe-commits] : linux-omap_git.bb : Add patch to work around problem with install command.

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Sep 10 12:14:15 UTC 2008


Module: OE.dev
Branch: master
Commit: 650ba944be16847c88e9d76197ed587fc9aef260
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=650ba944be16847c88e9d76197ed587fc9aef260

Author:  <crofton at openembedded.org>
Date:   Wed Sep 10 11:52:47 2008 +0000

linux-omap_git.bb : Add patch to work around problem with install command.

---

 packages/linux/linux-omap/fix-install.patch |   23 +++++++++++++++++++++++
 packages/linux/linux-omap_git.bb            |    3 ++-
 2 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/packages/linux/linux-omap/fix-install.patch b/packages/linux/linux-omap/fix-install.patch
new file mode 100644
index 0000000..46bc25a
--- /dev/null
+++ b/packages/linux/linux-omap/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 @@ 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)
diff --git a/packages/linux/linux-omap_git.bb b/packages/linux/linux-omap_git.bb
index 2de27da..085b2f6 100644
--- a/packages/linux/linux-omap_git.bb
+++ b/packages/linux/linux-omap_git.bb
@@ -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 \





More information about the Openembedded-commits mailing list