[oe-commits] Steve Sakoman : gnome-keyring: add missing dependency on libpam

git version control git at git.openembedded.org
Thu Aug 20 09:00:05 UTC 2009


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

Author: Steve Sakoman <steve at sakoman.com>
Date:   Thu Aug 20 10:58:10 2009 +0200

gnome-keyring: add missing dependency on libpam

---

 recipes/gnome/gnome-keyring_2.26.0.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb
index fc756fe..abec0f1 100644
--- a/recipes/gnome/gnome-keyring_2.26.0.bb
+++ b/recipes/gnome/gnome-keyring_2.26.0.bb
@@ -4,6 +4,7 @@ SECTION = "x11/gnome"
 inherit autotools gnome pkgconfig
 
 DEPENDS = "gconf-dbus gtk+ libtasn1 libtasn1-native libgcrypt"
+DEPENDS = " libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt"
 
 EXTRA_OECONF = "--disable-gtk-doc"
 





More information about the Openembedded-commits mailing list