diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-07-13 21:23:14 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-07-13 21:23:14 +0000 |
commit | 8b633e67eeac66d972589c2016791a4860ad5f65 (patch) | |
tree | 448149f8c3eb5e976570e82d7e61444a87e027f0 /recipes/webkit/webkit-gtk_svn.bb | |
parent | db3e8f406a541adc663c0d374acec8747b254049 (diff) |
webkit-gtk: Update to the latest snapshot 45825.
Diffstat (limited to 'recipes/webkit/webkit-gtk_svn.bb')
-rw-r--r-- | recipes/webkit/webkit-gtk_svn.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/webkit/webkit-gtk_svn.bb b/recipes/webkit/webkit-gtk_svn.bb index f36671c494..fcf7ccfa97 100644 --- a/recipes/webkit/webkit-gtk_svn.bb +++ b/recipes/webkit/webkit-gtk_svn.bb @@ -3,7 +3,7 @@ DEPENDS = "enchant gtk-doc-native gtk-doc gnome-keyring libsoup-2.4 curl icu lib SRCREV_FORMAT = "webcore-rwebkit" -PV = "1.1.7+svnr${SRCREV}" +PV = "1.1.11+svnr${SRCREV}" SRC_URI = "\ svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \ @@ -17,10 +17,8 @@ SRC_URI = "\ file://Makefile.shared \ file://autogen.sh \ file://configure.ac \ - file://symbols.filter \ file://GNUmakefile.am \ file://gtk-doc.make \ - file://unicode-fixes.diff;patch=1;maxrev=44459 \ " S = "${WORKDIR}/" @@ -57,7 +55,7 @@ do_compile_prepend() { ${BUILD_CXX} dftables.cpp -o dftables -I. -I../wtf fi cp dftables ${S}/WebKitBuilds/Debug/JavaScriptCore/pcre/tmp/ - cp dftables ${S}/Programs/ + cp dftables ${S}/Programs/ cd ${S} } |