matchbox-wm-2: fix typo in Makefile

(From OE-Core rev: a708c42065eeeaabf97b97b530f63e4ef484bcf7)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nitin A Kamble
2011-05-10 22:12:57 -07:00
committed by Joshua Lock
parent 2816cc0db8
commit 0a69e60cfc
2 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
Upstream-Status: Pending
Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/10
Fix following build error:
| Makefile:734: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
| ERROR: oe_runmake failed
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

View File

@@ -6,9 +6,10 @@ LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a52790635
DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
PV = "0.0+svnr${SRCPV}"
PR = "r4"
PR = "r5"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \
file://fix_makefile.patch \
"
S = "${WORKDIR}/matchbox-window-manager-2"