[oe-commits] Martin Jansa : webkit-efl: bump SRCREV for new API needed by newer eve

git version control git at git.openembedded.org
Tue Oct 5 23:27:43 UTC 2010


Module: openembedded.git
Branch: master
Commit: 27583e6ae20860eec81bb293668d8209cd8f5d66
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=27583e6ae20860eec81bb293668d8209cd8f5d66

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Sep 30 15:30:09 2010 +0200

webkit-efl: bump SRCREV for new API needed by newer eve

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../webkit/webkit-efl/install-efl-launcher.patch   |   10 ----------
 recipes/webkit/webkit-efl_svn.bb                   |    6 ++----
 2 files changed, 2 insertions(+), 14 deletions(-)

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 6c74b3e..0000000
--- 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 13a895b..3094ccb 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"





More information about the Openembedded-commits mailing list