]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgcrypt: add libcap to DEPENDS
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 19 Sep 2011 10:58:34 +0000 (11:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Sep 2011 12:13:36 +0000 (13:13 +0100)
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libgcrypt/libgcrypt.inc
meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb

index 128aed328ad2c5e86cb31fdbee25ea8e2d925d8f..989d5569bba593b070d0e40deb8acbfbd1a88121 100644 (file)
@@ -8,7 +8,7 @@ LICENSE = "GPLv2+ & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff"
 
-DEPENDS = "libgpg-error"
+DEPENDS = "libgpg-error libcap"
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \
            file://add-pkgconfig-support.patch"
index 22eefd44105ba24768bb67716f2bb905f48f94bb..aef616ccab749a13945f6aa0b8f264fc4abbd01b 100644 (file)
@@ -1,6 +1,6 @@
 require libgcrypt.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI[md5sum] = "bfd45922eefb8a24d598af77366220d4"
 SRC_URI[sha256sum] = "996d2874643318c9df835777034a8b7a923d3cd0bee593bab1780305f9de872d"