diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-10 22:12:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 17:14:24 +0100 |
commit | 5df6f796971bc5750df53092529bce5032805f04 (patch) | |
tree | f72c7813ff3a545fb1458fbe15dbc52a3dcd748f /meta/recipes-graphics/matchbox-wm-2 | |
parent | b2005019523e5973b4ba7470c7ae460a95d10967 (diff) | |
download | poky-5df6f796971bc5750df53092529bce5032805f04.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/recipes-graphics/matchbox-wm-2')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2/fix_makefile.patch | 19 | ||||
-rw-r--r-- | meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb | 3 |
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 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/10 | ||
4 | Fix following build error: | ||
5 | | Makefile:734: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. | ||
6 | | ERROR: oe_runmake failed | ||
7 | |||
8 | Index: 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 3332891f74..0b5e3f1e6b 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 | |||
@@ -7,9 +7,10 @@ DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pa | |||
7 | 7 | ||
8 | SRCREV = "2106" | 8 | SRCREV = "2106" |
9 | PV = "0.0+svnr${SRCPV}" | 9 | PV = "0.0+svnr${SRCPV}" |
10 | PR = "r4" | 10 | PR = "r5" |
11 | 11 | ||
12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ | 12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ |
13 | file://fix_makefile.patch \ | ||
13 | " | 14 | " |
14 | 15 | ||
15 | S = "${WORKDIR}/matchbox-window-manager-2" | 16 | S = "${WORKDIR}/matchbox-window-manager-2" |