diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-24 17:14:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:50 +0100 |
commit | 6389b4c6c58def894bd895e797c2d579439f69d5 (patch) | |
tree | 92b4d6ea5fe5f2bbfe98bdd895f8f4c0aee396cb /meta/recipes-sato/webkit | |
parent | 3e87aba1ee2ca0e39ba66fb7cba52e48df499c23 (diff) | |
download | openembedded-core-6389b4c6c58def894bd895e797c2d579439f69d5.tar.gz openembedded-core-6389b4c6c58def894bd895e797c2d579439f69d5.tar.bz2 openembedded-core-6389b4c6c58def894bd895e797c2d579439f69d5.zip |
webkit-gtk: remove gnome-keyring dependency
The direct use of gnome-keyring was removed back in 1.1.13, so remove the
dependency.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb index 377b06ceac..cb192ff0a0 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb @@ -13,7 +13,7 @@ PR = "r1" ICU_LIB = "icu" ICU_LIB_powerpc = "pango" -DEPENDS = "zlib enchant gnome-keyring libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \ +DEPENDS = "zlib enchant libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \ gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3 ${ICU_LIB}" DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" |