diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-02-13 13:25:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-15 12:17:34 +0000 |
commit | 01dab752154f2d451f019fe2ed508da7f1d3e144 (patch) | |
tree | 5b31d66b8f95ba9ad7ec43789c36f7ac0fd10f70 /meta | |
parent | e9a2c0494061da5b9d5ab261d094afdcf6326c1a (diff) | |
download | poky-01dab752154f2d451f019fe2ed508da7f1d3e144.tar.gz |
webkit-gtk: update to upstream version 1.8.3
(From OE-Core rev: 570e5e20623031ad03cce470fc3d94d9a5b05827)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb (renamed from meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb index 1789d4d3e0..66a30f8778 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | |||
@@ -7,7 +7,7 @@ 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 = "r3" | 10 | PR = "r0" |
11 | 11 | ||
12 | # Choice of language backends - icu has issues on Big Endian machines so use pango | 12 | # Choice of language backends - icu has issues on Big Endian machines so use pango |
13 | ICU_LIB = "icu" | 13 | ICU_LIB = "icu" |
@@ -25,8 +25,8 @@ SRC_URI = "\ | |||
25 | file://bison-2.6.patch \ | 25 | file://bison-2.6.patch \ |
26 | " | 26 | " |
27 | 27 | ||
28 | SRC_URI[md5sum] = "f7bd0bd4f323039f15e19c82a9a8313c" | 28 | SRC_URI[md5sum] = "dcbf9d5e2e6391f857c29a57528b32a6" |
29 | SRC_URI[sha256sum] = "0cd69b7c4bf4af3442a5e6777a1487cabf14db15baeeed96d0865419f69b81e6" | 29 | SRC_URI[sha256sum] = "ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7" |
30 | 30 | ||
31 | inherit autotools lib_package gtk-doc pkgconfig | 31 | inherit autotools lib_package gtk-doc pkgconfig |
32 | 32 | ||