webkit-efl: bump SRCREV for new API needed by newer eve
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 30 Sep 2010 13:30:09 +0000 (15:30 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 5 Oct 2010 23:25:19 +0000 (01:25 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/webkit/webkit-efl/install-efl-launcher.patch [deleted file]
recipes/webkit/webkit-efl_svn.bb

diff --git a/recipes/webkit/webkit-efl/install-efl-launcher.patch b/recipes/webkit/webkit-efl/install-efl-launcher.patch
deleted file mode 100644 (file)
index 6c74b3e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -uNr src.orig/WebKit/efl/CMakeListsEfl.txt src/WebKit/efl/CMakeListsEfl.txt
---- src.orig/WebKit/efl/CMakeListsEfl.txt      2010-08-17 08:29:07.000000000 +0200
-+++ src/WebKit/efl/CMakeListsEfl.txt   2010-08-17 08:33:54.000000000 +0200
-@@ -211,3 +211,6 @@
- INSTALL(FILES ${EWebKit_HEADERS}
-         DESTINATION include/EWebKit)
-+
-+INSTALL(TARGETS ../Programs/EWebLauncher RUNTIME DESTINATION bin)
-+SET_TARGET_PROPERTIES(../Programs/EWebLauncher PROPERTIES SKIP_BUILD_RPATH TRUE)
index 13a895b..3094ccb 100644 (file)
@@ -4,9 +4,8 @@ DEPENDS = "icu libxslt sqlite3 gperf-native bison-native flex-native jpeg \
            libpng libxt fontconfig cairo freetype glib-2.0 libsoup-2.4 \
            libxml2 pango eina ecore evas edje"
 
-SRCREV = "65655"
-PV = "1.1.11+svnr${SRCPV}"
-PR = "r9"
+SRCREV = "68777"
+PV = "1.3.4+svnr${SRCPV}"
 
 SRCREV_FORMAT = "webcore-rwebkit"
 
@@ -20,7 +19,6 @@ SRC_URI = "\
   svn://svn.webkit.org/repository/webkit/trunk/;module=cmake;proto=http;subdir=src \
   file://cmakeconfig.h.cmake \
   file://CMakeLists.txt \
-  file://install-efl-launcher.patch \
  "
 
 S = "${WORKDIR}/src"