]> code.ossystems Code Review - openembedded-core.git/commitdiff
web-webkit: push make whitespace fix upstream
authorRoss Burton <ross.burton@intel.com>
Tue, 26 Jun 2012 11:43:15 +0000 (12:43 +0100)
committerSaul Wold <sgw@linux.intel.com>
Wed, 18 Jul 2012 07:34:36 +0000 (00:34 -0700)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-sato/web/web-webkit/make-382.patch [deleted file]
meta/recipes-sato/web/web-webkit_git.bb

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 (file)
index 3689435..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Make 3.82 does not allow 8 spaces instead of a tab
-
-JL - 15/12/10
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: webkit/Makefile.am
-===================================================================
---- webkit.orig/Makefile.am
-+++ webkit/Makefile.am
-@@ -5,5 +5,5 @@ SUBDIRS = src data
- MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
- snapshot:
--        $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
-+      $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
index 57cd545063f8696e084173d2761c12f1eb76a5df..dae7faf6daa8964731dee3d9854484b2f9c563eb 100644 (file)
@@ -11,13 +11,12 @@ DEPENDS = "glib-2.0 gtk+ webkit-gtk libowl"
 # To access https web pages
 RRECOMMENDS_${PN} += "glib-networking"
 
-SRCREV = "0f7019acd9db5383c732d0524c7c3a5eaec9be2b"
+SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503"
 PV = "0.1+git${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
-           file://link-with-g++.patch \
-          file://make-382.patch"
+           file://link-with-g++.patch"
 
 S = "${WORKDIR}/git"