From 8574cb108cd3375a7e8db3d484236571b87c3637 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 19 Sep 2011 11:58:34 +0100 Subject: libgcrypt: add libcap to DEPENDS We explicitly enable capabilities, so libcap is required. (This fixes a race condition when libcap happens to be building at the same time as libgcrypt.) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb') diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb index 22eefd4410..aef616ccab 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb @@ -1,6 +1,6 @@ require libgcrypt.inc -PR = "r0" +PR = "r1" SRC_URI[md5sum] = "bfd45922eefb8a24d598af77366220d4" SRC_URI[sha256sum] = "996d2874643318c9df835777034a8b7a923d3cd0bee593bab1780305f9de872d" -- cgit 1.2.3-korg