[oe-commits] Stanislav Brabec : zaurusd: Convert Makefile. am spaces to tabs to be compatible with the new GNU make.

git version control git at git.openembedded.org
Thu Apr 14 22:59:38 UTC 2011


Module: openembedded.git
Branch: master
Commit: 6e2627ed49223076c593044daf296fba45642e8b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6e2627ed49223076c593044daf296fba45642e8b

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Apr 14 22:55:46 2011 +0000

zaurusd: Convert Makefile.am spaces to tabs to be compatible with the new GNU make.

Signed-off-by: Stanislav Brabec <utx at penguin.cz>

---

 recipes/zaurusd/files/new-make.patch |   11 +++++++++++
 recipes/zaurusd/zaurusd_svn.bb       |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/recipes/zaurusd/files/new-make.patch b/recipes/zaurusd/files/new-make.patch
new file mode 100644
index 0000000..dcc83fe
--- /dev/null
+++ b/recipes/zaurusd/files/new-make.patch
@@ -0,0 +1,11 @@
+Index: zaurusd/Makefile.am
+===================================================================
+--- zaurusd.orig/Makefile.am
++++ zaurusd/Makefile.am
+@@ -4,5 +4,4 @@ SUBDIRS = apps config scripts
+ MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
+ 
+ snapshot:
+-        $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
+-
++	$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
diff --git a/recipes/zaurusd/zaurusd_svn.bb b/recipes/zaurusd/zaurusd_svn.bb
index e382074..af58831 100644
--- a/recipes/zaurusd/zaurusd_svn.bb
+++ b/recipes/zaurusd/zaurusd_svn.bb
@@ -5,7 +5,7 @@ DEPENDS = "tslib"
 RDEPENDS_${PN} = "procps"
 SRCDATE = "20090501"
 PV = "0.0+svn${SRCDATE}"
-PR = "r23"
+PR = "r24"
 
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
            file://zaurus-hinge.in \
@@ -14,6 +14,7 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
 	   file://alsa-6000x-default.state.patch \
 	   file://disable-alsa-handling.patch \
 	   file://avoid-rotated-server.patch \
+	   file://new-make.patch \
 	   file://zaurus-hinge.matchbox-portrait \
 	   file://zaurus-hinge.matchbox-landscape \
 	   file://zaurus-hinge.bl-on \





More information about the Openembedded-commits mailing list