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-19 13:13:53 +0100 |
commit | 4ffb69648747396f0396755875fd14b4ed3aabbd (patch) | |
tree | f4f48a18899aed8550b8ebdd3f31ddf82ee1cb08 /meta/recipes-gnome | |
parent | 8574cb108cd3375a7e8db3d484236571b87c3637 (diff) | |
download | openembedded-core-4ffb69648747396f0396755875fd14b4ed3aabbd.tar.gz openembedded-core-4ffb69648747396f0396755875fd14b4ed3aabbd.tar.bz2 openembedded-core-4ffb69648747396f0396755875fd14b4ed3aabbd.zip |
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-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 \ 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" |