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>
This commit is contained in:
Paul Eggleton 2011-09-19 11:58:35 +01:00 committed by Richard Purdie
parent 934e9ba7b4
commit d2f34d350d
1 changed files with 2 additions and 2 deletions

View File

@ -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"