summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-10 22:12:57 -0700
committerJoshua Lock <josh@linux.intel.com>2011-10-17 15:20:30 -0700
commit0a69e60cfc060472c19de2b50fd1bb4235be94c6 (patch)
treee3620d276a8f8a3d4c4f9a6828f73b520e6ccbc5 /meta
parent2816cc0db87004a4a6dd7580887cd843101c241f (diff)
downloadpoky-0a69e60cfc060472c19de2b50fd1bb4235be94c6.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2/fix_makefile.patch19
-rw-r--r--meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb3
2 files changed, 21 insertions, 1 deletions
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2/fix_makefile.patch b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2/fix_makefile.patch
new file mode 100644
index 0000000000..8c40e85848
--- /dev/null
+++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2/fix_makefile.patch
@@ -0,0 +1,19 @@
1Upstream-Status: Pending
2
3Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/10
4Fix following build error:
5| Makefile:734: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
6| ERROR: oe_runmake failed
7
8Index: matchbox-window-manager-2/Makefile.am
9===================================================================
10--- matchbox-window-manager-2.orig/Makefile.am
11+++ matchbox-window-manager-2/Makefile.am
12@@ -3,6 +3,6 @@ SUBDIRS = matchbox data doc util
13 # Extra clean files so that maintainer-clean removes *everything*
14
15 snapshot:
16- $(MAKE) dist distdir=$(PACKAGE)-snapshot-`date +"%Y%m%d"`
17+ $(MAKE) dist distdir=$(PACKAGE)-snapshot-`date +"%Y%m%d"`
18
19 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb
index 2eb12e14e4..786406da9c 100644
--- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb
+++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb
@@ -6,9 +6,10 @@ LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a52790635
6DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" 6DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
7 7
8PV = "0.0+svnr${SRCPV}" 8PV = "0.0+svnr${SRCPV}"
9PR = "r4" 9PR = "r5"
10 10
11SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ 11SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \
12 file://fix_makefile.patch \
12 " 13 "
13 14
14S = "${WORKDIR}/matchbox-window-manager-2" 15S = "${WORKDIR}/matchbox-window-manager-2"