summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-19 11:58:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-20 22:23:20 +0100
commitd2f34d350d880adeb0b298b1124763eb6acd52e6 (patch)
tree8f1ca65b08559b50971b02db067218b2b2a79b27 /meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
parent934e9ba7b4be0c7154849ed155c060cc81be600a (diff)
downloadast2050-yocto-poky-d2f34d350d880adeb0b298b1124763eb6acd52e6.zip
ast2050-yocto-poky-d2f34d350d880adeb0b298b1124763eb6acd52e6.tar.gz
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.) (From OE-Core rev: 4ffb69648747396f0396755875fd14b4ed3aabbd) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb')
-rw-r--r--meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb4
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"
OpenPOWER on IntegriCloud