diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-08-17 10:55:17 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-17 13:10:07 +0100 |
| commit | 883d199d932a7139854dccf29cdc3ced551f2d3a (patch) | |
| tree | 9ef23f14509208364e1286793c5175526a8aef5e | |
| parent | 3ba29d41e6e00cc6bedfcb2d5157db54b6bcfda0 (diff) | |
| download | poky-883d199d932a7139854dccf29cdc3ced551f2d3a.tar.gz | |
webkit-gtk: update to 1.8.2
run tested with midori 0.4.5:
* google maps
* google mail (https)
(From OE-Core rev: 8a2ecf231851ae0c4bde0c4edb43c64883b91c5c)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb (renamed from meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb index dd43811780..cf4129d41c 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb | |||
| @@ -7,8 +7,6 @@ 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=b57c8a2952a8d0e655988fa0ecb2bf7f" | 8 | file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=b57c8a2952a8d0e655988fa0ecb2bf7f" |
| 9 | 9 | ||
| 10 | PR = "r1" | ||
| 11 | |||
| 12 | # Choice of language backends - icu has issues on Big Endian machines so use pango | 10 | # Choice of language backends - icu has issues on Big Endian machines so use pango |
| 13 | ICU_LIB = "icu" | 11 | ICU_LIB = "icu" |
| 14 | ICU_LIB_powerpc = "pango" | 12 | ICU_LIB_powerpc = "pango" |
| @@ -17,8 +15,6 @@ DEPENDS = "zlib enchant gnome-keyring libsoup-2.4 curl libxml2 cairo libxslt lib | |||
| 17 | gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3 ${ICU_LIB}" | 15 | gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3 ${ICU_LIB}" |
| 18 | DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" | 16 | DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" |
| 19 | 17 | ||
| 20 | PR = "r1" | ||
| 21 | |||
| 22 | SRC_URI = "\ | 18 | SRC_URI = "\ |
| 23 | http://www.webkitgtk.org/releases/webkit-${PV}.tar.xz \ | 19 | http://www.webkitgtk.org/releases/webkit-${PV}.tar.xz \ |
| 24 | file://nodolt.patch \ | 20 | file://nodolt.patch \ |
| @@ -26,8 +22,8 @@ SRC_URI = "\ | |||
| 26 | file://webgit-gtk_fix_build_with_automake_1.12.patch \ | 22 | file://webgit-gtk_fix_build_with_automake_1.12.patch \ |
| 27 | " | 23 | " |
| 28 | 24 | ||
| 29 | SRC_URI[md5sum] = "f2f01b1fdc7262a2eede81ebed0970b2" | 25 | SRC_URI[md5sum] = "f7bd0bd4f323039f15e19c82a9a8313c" |
| 30 | SRC_URI[sha256sum] = "9a126a76b40ca61adb1f1626e1567f976740af2332948cc5189489dbd01e3b28" | 26 | SRC_URI[sha256sum] = "0cd69b7c4bf4af3442a5e6777a1487cabf14db15baeeed96d0865419f69b81e6" |
| 31 | 27 | ||
| 32 | inherit autotools lib_package gtk-doc pkgconfig | 28 | inherit autotools lib_package gtk-doc pkgconfig |
| 33 | 29 | ||
