summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web/fix_makefile.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-02-12 17:26:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-13 16:52:31 +0000
commite9dd4824a5bd9bd65f15149d966a46b1c14709eb (patch)
treec6fa98721467866c38e4977925e121181e0e728c /meta/recipes-sato/web/web/fix_makefile.patch
parent600dff4f2c6c37fa0a0cff2d287bade037c214b6 (diff)
downloadpoky-e9dd4824a5bd9bd65f15149d966a46b1c14709eb.tar.gz
web: remove gtkhtml2 version
The gtkhtml2 version of Web is even older than the webkitgtk port, remove it. (From OE-Core rev: 7ee3c35ca51e358e1d5a710922acb52c0724086e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/web/web/fix_makefile.patch')
-rw-r--r--meta/recipes-sato/web/web/fix_makefile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-sato/web/web/fix_makefile.patch b/meta/recipes-sato/web/web/fix_makefile.patch
deleted file mode 100644
index 3dd3b15928..0000000000
--- a/meta/recipes-sato/web/web/fix_makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
1Upstream-Status: Pending
2
3Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/10
4Fix following build error:
5
6| NOTE: make -j 16
7| Makefile:719: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
8| ERROR: oe_runmake failed
9
10Index: git/Makefile.am
11===================================================================
12--- git.orig/Makefile.am
13+++ git/Makefile.am
14@@ -5,5 +5,5 @@ SUBDIRS = src data
15 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
16
17 snapshot:
18- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
19+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
20