summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web-webkit
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-06-26 12:43:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-18 14:29:29 +0100
commit12f5b06fe4fe93ec95d76a7c62cd4e6af7c38b80 (patch)
tree6e5e7d7558da86d57ff667eda865f0e162e0e3e9 /meta/recipes-sato/web/web-webkit
parente4ce4b41a801b1236af6f4e836b1c7e732282bc1 (diff)
downloadpoky-12f5b06fe4fe93ec95d76a7c62cd4e6af7c38b80.tar.gz
web-webkit: push make whitespace fix upstream
(From OE-Core rev: 9073ec0610a9e28c4b2bc90ace7a6b1c0cc99f75) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/web/web-webkit')
-rw-r--r--meta/recipes-sato/web/web-webkit/make-382.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-sato/web/web-webkit/make-382.patch b/meta/recipes-sato/web/web-webkit/make-382.patch
deleted file mode 100644
index 3689435e32..0000000000
--- a/meta/recipes-sato/web/web-webkit/make-382.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Make 3.82 does not allow 8 spaces instead of a tab
2
3JL - 15/12/10
4
5Upstream-Status: Inappropriate [configuration]
6
7Index: webkit/Makefile.am
8===================================================================
9--- webkit.orig/Makefile.am
10+++ webkit/Makefile.am
11@@ -5,5 +5,5 @@ SUBDIRS = src data
12 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
13
14 snapshot:
15- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
16+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
17