diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-09-19 11:58:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-20 22:23:20 +0100 |
commit | d2f34d350d880adeb0b298b1124763eb6acd52e6 (patch) | |
tree | 8f1ca65b08559b50971b02db067218b2b2a79b27 /meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb | |
parent | 934e9ba7b4be0c7154849ed155c060cc81be600a (diff) | |
download | 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.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 09b6d9c9ac..53e583ed7f 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 \ | |||
9 | file://egg/egg-dh.h;endline=22;md5=1626c16af2a8da1f88324cf3ced33f08" | 9 | file://egg/egg-dh.h;endline=22;md5=1626c16af2a8da1f88324cf3ced33f08" |
10 | 10 | ||
11 | SECTION = "x11/gnome/libs" | 11 | SECTION = "x11/gnome/libs" |
12 | PR = "r0" | 12 | PR = "r1" |
13 | 13 | ||
14 | inherit gnome | 14 | inherit gnome |
15 | 15 | ||
16 | DEPENDS = "dbus eggdbus" | 16 | DEPENDS = "dbus eggdbus libgcrypt" |
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-gtk-doc" | 18 | EXTRA_OECONF = "--disable-gtk-doc" |
19 | 19 | ||