From: Martin Jansa Date: Thu, 30 Sep 2010 13:30:09 +0000 (+0200) Subject: webkit-efl: bump SRCREV for new API needed by newer eve X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27583e6ae20860eec81bb293668d8209cd8f5d66;p=openembedded.git webkit-efl: bump SRCREV for new API needed by newer eve Signed-off-by: Martin Jansa --- diff --git a/recipes/webkit/webkit-efl/install-efl-launcher.patch b/recipes/webkit/webkit-efl/install-efl-launcher.patch deleted file mode 100644 index 6c74b3e5b1..0000000000 --- a/recipes/webkit/webkit-efl/install-efl-launcher.patch +++ /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) diff --git a/recipes/webkit/webkit-efl_svn.bb b/recipes/webkit/webkit-efl_svn.bb index 13a895b666..3094ccba7b 100644 --- a/recipes/webkit/webkit-efl_svn.bb +++ b/recipes/webkit/webkit-efl_svn.bb @@ -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"