[oe-commits] Otavio Salvador : gnome-keyring: depends on gconf to fix a FTBFS

GIT User account git at amethyst.openembedded.net
Fri Apr 3 20:20:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 18019ca8510dd4b9c897cafe5d424f029757ef55
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=18019ca8510dd4b9c897cafe5d424f029757ef55

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Mar 26 12:17:27 2009 -0300

gnome-keyring: depends on gconf to fix a FTBFS

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 recipes/gnome/gnome-keyring_2.24.1.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/gnome-keyring_2.24.1.bb b/recipes/gnome/gnome-keyring_2.24.1.bb
index 105ee16..9d2b523 100644
--- a/recipes/gnome/gnome-keyring_2.24.1.bb
+++ b/recipes/gnome/gnome-keyring_2.24.1.bb
@@ -3,7 +3,9 @@ SECTION = "x11/gnome"
 
 inherit autotools gnome pkgconfig
 
-DEPENDS = "gtk+ libtasn1 libgcrypt"
+PR = "r1"
+
+DEPENDS = "gtk+ libtasn1 libgcrypt gconf"
 
 EXTRA_OECONF = "--disable-gtk-doc"
 





More information about the Openembedded-commits mailing list