Message ID | 8adf4e17114024ff1c1bea2f65df864c0bf04a8f.1316429640.git.paul.eggleton@linux.intel.com |
---|---|
State | New, archived |
Headers | show |
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"
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> --- .../recipes-gnome/gnome/libgnome-keyring_2.32.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)