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

git version control git at git.openembedded.org
Fri Apr 15 20:06:47 UTC 2011


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

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Fri Apr 15 19:57:34 2011 +0000

matchbox-wm-2: Convert Makefile.am spaces to tabs to be compatible with the new GNU make.

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

---

 recipes/matchbox2/matchbox-wm-2/new-make.patch |   12 ++++++++++++
 recipes/matchbox2/matchbox-wm-2_svn.bb         |    3 ++-
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/recipes/matchbox2/matchbox-wm-2/new-make.patch b/recipes/matchbox2/matchbox-wm-2/new-make.patch
new file mode 100644
index 0000000..426faa3
--- /dev/null
+++ b/recipes/matchbox2/matchbox-wm-2/new-make.patch
@@ -0,0 +1,12 @@
+Index: matchbox-window-manager-2/Makefile.am
+===================================================================
+--- matchbox-window-manager-2.orig/Makefile.am
++++ matchbox-window-manager-2/Makefile.am
+@@ -3,6 +3,6 @@ SUBDIRS = matchbox data doc util
+ # Extra clean files so that maintainer-clean removes *everything*
+ 
+ snapshot:
+-        $(MAKE) dist distdir=$(PACKAGE)-snapshot-`date +"%Y%m%d"`
++	$(MAKE) dist distdir=$(PACKAGE)-snapshot-`date +"%Y%m%d"`
+ 
+ MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
diff --git a/recipes/matchbox2/matchbox-wm-2_svn.bb b/recipes/matchbox2/matchbox-wm-2_svn.bb
index d38f03b..a53922e 100644
--- a/recipes/matchbox2/matchbox-wm-2_svn.bb
+++ b/recipes/matchbox2/matchbox-wm-2_svn.bb
@@ -1,11 +1,12 @@
 DEPENDS = "gtk+ startup-notification dbus dbus-glib"
 SRCREV = "2087"
 PV = "0.1.0+svnr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \
 	   file://fix-timeout-handler-free.patch \
 	   file://makefile-vars.patch;striplevel=0 \
+	   file://new-make.patch \
 "
 S = "${WORKDIR}/matchbox-window-manager-2"
 





More information about the Openembedded-commits mailing list