aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-30 15:30:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-06 01:25:19 +0200
commit27583e6ae20860eec81bb293668d8209cd8f5d66 (patch)
tree3e53273dbffc44ebdb983d9bb47f563e5f433fd8 /recipes
parentecafbae0c94d17af681106687ca3e4e317112c11 (diff)
downloadopenembedded-27583e6ae20860eec81bb293668d8209cd8f5d66.tar.gz
webkit-efl: bump SRCREV for new API needed by newer eve
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/webkit/webkit-efl/install-efl-launcher.patch10
-rw-r--r--recipes/webkit/webkit-efl_svn.bb6
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 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"