[oe-commits] Paul Eggleton : libgnome-keyring: add libgcrypt to DEPENDS

git version control git at git.openembedded.org
Mon Sep 19 12:14:43 UTC 2011


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Sep 19 11:58:35 2011 +0100

libgnome-keyring: add libgcrypt to DEPENDS

libgcrypt is a required dependency according to the configure script, so
add it to DEPENDS. (This fixes a race condition when libgcrypt happens
to be building at the same time as libgnome-keyring.)

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
index 09b6d9c..53e583e 100644
--- a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
+++ b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0914b9d3ebaba41ef2e3e0ae16f296cf \
                     file://egg/egg-dh.h;endline=22;md5=1626c16af2a8da1f88324cf3ced33f08"
 
 SECTION = "x11/gnome/libs"
-PR = "r0"
+PR = "r1"
 
 inherit gnome
 
-DEPENDS = "dbus eggdbus"
+DEPENDS = "dbus eggdbus libgcrypt"
 
 EXTRA_OECONF = "--disable-gtk-doc"
 





More information about the Openembedded-commits mailing list