[oe-commits] Ross Burton : webkit-gtk: remove gnome-keyring dependency

git at git.openembedded.org git at git.openembedded.org
Mon Apr 29 13:40:30 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 6389b4c6c58def894bd895e797c2d579439f69d5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6389b4c6c58def894bd895e797c2d579439f69d5

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Apr 24 17:14:08 2013 +0100

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 at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 377b06c..cb192ff 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)}"
 





More information about the Openembedded-commits mailing list