summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkit-gtk_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-30 15:58:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:12:36 +0000
commit663c893b084333ea9703079a9b056d74ffa5e2a3 (patch)
tree9412e95a7d73731b6ebe067501ac434ffe2246dd /meta/recipes-sato/webkit/webkit-gtk_svn.bb
parent551ffe9ed72a0e7a16735d7173c3d51fe8282a54 (diff)
downloadpoky-663c893b084333ea9703079a9b056d74ffa5e2a3.tar.gz
webkit-gtk svn: update to r101488
tested on beagleboard/angstrom with midori and epiphany browsers (From OE-Core rev: c8c9a17ae2603ccb34641d4188850a18e6ce6096) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkit-gtk_svn.bb')
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_svn.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
index 92b2df1d57..96529536e3 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://Source/WebCore/rendering/RenderApplet.h;endline=22;md
7 file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \ 7 file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \
8 file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=2f3cff0ad0a9c486da5a376928973a90" 8 file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=2f3cff0ad0a9c486da5a376928973a90"
9 9
10DEPENDS = "enchant gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn gnutls gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3" 10DEPENDS = "zlib enchant gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn gnutls gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3"
11DEPENDS_darwin8 = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer flex-native gperf-native perl-native-runtime sqlite3" 11DEPENDS_darwin8 = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer flex-native gperf-native perl-native-runtime sqlite3"
12 12
13SRCREV_FORMAT = "source" 13SRCREV_FORMAT = "source"
14 14
15SRCREV = "90727" 15SRCREV = "101488"
16PV = "1.5.1+svnr${SRCPV}" 16PV = "1.7.2+svnr${SRCPV}"
17PR = "r1" 17PR = "r0"
18 18
19SRC_URI = "\ 19SRC_URI = "\
20 svn://svn.webkit.org/repository/webkit/trunk/;module=Source;proto=http;name=source \ 20 svn://svn.webkit.org/repository/webkit/trunk/;module=Source;proto=http;name=source \
@@ -40,6 +40,7 @@ EXTRA_OECONF = "\
40 --enable-fullscreen-api \ 40 --enable-fullscreen-api \
41 --enable-image-resizer \ 41 --enable-image-resizer \
42 --enable-link-prefetch \ 42 --enable-link-prefetch \
43 --with-gtk=2.0 \
43 UNICODE_CFLAGS=-D_REENTRANT \ 44 UNICODE_CFLAGS=-D_REENTRANT \
44 " 45 "
45 46