diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 16:17:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:19 +0100 |
commit | 27b4cf2db0582d9a04f1424b577b9d4762440348 (patch) | |
tree | 779b9e545fcce23248721649cb193e1a6b3a30c8 /meta/recipes-sato/webkit | |
parent | a2afa6955fc509aac11be724c458f9283c3c11ae (diff) | |
download | poky-27b4cf2db0582d9a04f1424b577b9d4762440348.tar.gz |
webkit-gtk: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: 56011bb732950da207ab55a891aa8fc228a9f5e9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb index 0cc167b560..229273f48b 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb | |||
@@ -7,6 +7,8 @@ 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 | |||
10 | # 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 |
11 | ICU_LIB = "icu" | 13 | ICU_LIB = "icu" |
12 | ICU_LIB_powerpc = "pango" | 14 | ICU_LIB_powerpc = "pango" |
@@ -27,7 +29,7 @@ SRC_URI = "\ | |||
27 | SRC_URI[md5sum] = "f2f01b1fdc7262a2eede81ebed0970b2" | 29 | SRC_URI[md5sum] = "f2f01b1fdc7262a2eede81ebed0970b2" |
28 | SRC_URI[sha256sum] = "9a126a76b40ca61adb1f1626e1567f976740af2332948cc5189489dbd01e3b28" | 30 | SRC_URI[sha256sum] = "9a126a76b40ca61adb1f1626e1567f976740af2332948cc5189489dbd01e3b28" |
29 | 31 | ||
30 | inherit autotools lib_package pkgconfig | 32 | inherit autotools lib_package gtk-doc pkgconfig |
31 | 33 | ||
32 | S = "${WORKDIR}/webkit-${PV}/" | 34 | S = "${WORKDIR}/webkit-${PV}/" |
33 | 35 | ||
@@ -40,7 +42,6 @@ EXTRA_OECONF = "\ | |||
40 | --enable-link-prefetch \ | 42 | --enable-link-prefetch \ |
41 | --with-gtk=2.0 \ | 43 | --with-gtk=2.0 \ |
42 | --disable-geolocation \ | 44 | --disable-geolocation \ |
43 | --disable-gtk-doc \ | ||
44 | ${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-webgl', '--disable-webgl', d)} \ | 45 | ${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-webgl', '--disable-webgl', d)} \ |
45 | UNICODE_CFLAGS=-D_REENTRANT \ | 46 | UNICODE_CFLAGS=-D_REENTRANT \ |
46 | " | 47 | " |