diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 17:17:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-20 12:32:53 +0100 |
commit | 35a0c103c195393613913a42678a869c8198738d (patch) | |
tree | 3c6286261635a8246f09f58c62eef892ffface46 | |
parent | ceb0f25ac1fe1e4bdcf3d01845a6b9d0c8d58e72 (diff) | |
download | poky-35a0c103c195393613913a42678a869c8198738d.tar.gz |
webkit-gtk: bump PR
Accidently ommitted the PR bump from the previous patches, which change the
build.
(From OE-Core rev: 294b34416921ed6ff5dd800656b44552561beb09)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb | 2 |
1 files changed, 2 insertions, 0 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 180861ee45..0cc167b560 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb | |||
@@ -15,6 +15,8 @@ DEPENDS = "zlib enchant gnome-keyring libsoup-2.4 curl libxml2 cairo libxslt lib | |||
15 | 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}" |
16 | DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" | 16 | DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" |
17 | 17 | ||
18 | PR = "r1" | ||
19 | |||
18 | SRC_URI = "\ | 20 | SRC_URI = "\ |
19 | http://www.webkitgtk.org/releases/webkit-${PV}.tar.xz \ | 21 | http://www.webkitgtk.org/releases/webkit-${PV}.tar.xz \ |
20 | file://nodolt.patch \ | 22 | file://nodolt.patch \ |