From 7765ad4d69bfb6c15fb436e509574629e896f2e6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 13 Jul 2012 15:20:39 +0100 Subject: webkit-gtk: remove svn recipe (From OE-Core rev: ecb18e2b6a8fc16b323f93c62ed5ff5b080c5dd0) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-sato/webkit/files/function-scope.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta/recipes-sato/webkit/files/function-scope.patch (limited to 'meta/recipes-sato/webkit/files/function-scope.patch') diff --git a/meta/recipes-sato/webkit/files/function-scope.patch b/meta/recipes-sato/webkit/files/function-scope.patch deleted file mode 100644 index a20a80501f..0000000000 --- a/meta/recipes-sato/webkit/files/function-scope.patch +++ /dev/null @@ -1,21 +0,0 @@ -we need to include unistd.h on all linux platforms therefore -extend the conditional inclusion accordingly - -This gets proper declation of sleep() into the source file - -Signed-off-by: Khem Raj - -Upstream-Status: Pending -Index: webkit-gtk-1.7.2+svnr101488-r3/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp -=================================================================== ---- webkit-gtk-1.7.2+svnr101488-r3.orig/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp 2012-03-30 12:11:04.912613223 -0700 -+++ webkit-gtk-1.7.2+svnr101488-r3/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp 2012-03-30 12:14:21.840622752 -0700 -@@ -29,7 +29,7 @@ - #include - #include - --#if defined(ANDROID) -+#if defined(__linux__) - #include - #endif - -- cgit v1.2.3-54-g00ecf