[oe-commits] Koen Kooi : gnome-keyring: depend in libtasn1-native to get access to needed binaries

GIT User account git at amethyst.openembedded.net
Sun Mar 29 18:02:15 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Mar 29 19:58:28 2009 +0200

gnome-keyring: depend in libtasn1-native to get access to needed binaries

---

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

diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb
index 8259ac9..0bf7c7c 100644
--- a/recipes/gnome/gnome-keyring_2.26.0.bb
+++ b/recipes/gnome/gnome-keyring_2.26.0.bb
@@ -3,7 +3,7 @@ SECTION = "x11/gnome"
 
 inherit autotools gnome pkgconfig
 
-DEPENDS = "gtk+ libtasn1 libgcrypt"
+DEPENDS = "gtk+ libtasn1 libtasn1-native libgcrypt"
 
 EXTRA_OECONF = "--disable-gtk-doc"
 





More information about the Openembedded-commits mailing list