diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-09-19 11:58:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-20 22:23:20 +0100 |
commit | 934e9ba7b4be0c7154849ed155c060cc81be600a (patch) | |
tree | 23a2fd5932e56c27a38ddecb6bbd0b3d263208e8 /meta/recipes-support/libgcrypt | |
parent | 2a09a93cbac9c5aca25236c669e4869b84928be2 (diff) | |
download | poky-934e9ba7b4be0c7154849ed155c060cc81be600a.tar.gz |
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.)
(From OE-Core rev: 8574cb108cd3375a7e8db3d484236571b87c3637)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 128aed328a..989d5569bb 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
@@ -8,7 +8,7 @@ LICENSE = "GPLv2+ & LGPLv2.1+" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
9 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff" | 9 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff" |
10 | 10 | ||
11 | DEPENDS = "libgpg-error" | 11 | DEPENDS = "libgpg-error libcap" |
12 | 12 | ||
13 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ | 13 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ |
14 | file://add-pkgconfig-support.patch" | 14 | file://add-pkgconfig-support.patch" |
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 @@ | |||
1 | require libgcrypt.inc | 1 | require libgcrypt.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "bfd45922eefb8a24d598af77366220d4" | 5 | SRC_URI[md5sum] = "bfd45922eefb8a24d598af77366220d4" |
6 | SRC_URI[sha256sum] = "996d2874643318c9df835777034a8b7a923d3cd0bee593bab1780305f9de872d" | 6 | SRC_URI[sha256sum] = "996d2874643318c9df835777034a8b7a923d3cd0bee593bab1780305f9de872d" |