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:30:54 +0100 |
commit | 294b34416921ed6ff5dd800656b44552561beb09 (patch) | |
tree | adcd71b97384442874180c1a4eb2a7c4a59f3ea9 /meta/recipes-sato/webkit | |
parent | add617cbeac9fcf4621cca45a0800c5ab6239c5a (diff) | |
download | openembedded-core-294b34416921ed6ff5dd800656b44552561beb09.tar.gz openembedded-core-294b34416921ed6ff5dd800656b44552561beb09.tar.bz2 openembedded-core-294b34416921ed6ff5dd800656b44552561beb09.zip |
webkit-gtk: bump PR
Accidently ommitted the PR bump from the previous patches, which change the
build.
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 | 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 gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3 ${ICU_LIB}" DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" +PR = "r1" + SRC_URI = "\ http://www.webkitgtk.org/releases/webkit-${PV}.tar.xz \ file://nodolt.patch \ |