Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/3] libgcrypt: add libcap to DEPENDS
Date: Mon, 19 Sep 2011 11:58:34 +0100	[thread overview]
Message-ID: <8024295fe908b81f64d24e44adb9603ecf1878ea.1316429640.git.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <cover.1316429640.git.paul.eggleton@linux.intel.com>
In-Reply-To: <cover.1316429640.git.paul.eggleton@linux.intel.com>

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>
---
 meta/recipes-support/libgcrypt/libgcrypt.inc      |    2 +-
 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 128aed3..989d556 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt.inc
+++ b/meta/recipes-support/libgcrypt/libgcrypt.inc
@@ -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"
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb
index 22eefd4..aef616c 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"
-- 
1.7.4.1




  reply	other threads:[~2011-09-19 11:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-19 10:58 [PATCH 0/3] Dependency fixes Paul Eggleton
2011-09-19 10:58 ` Paul Eggleton [this message]
2011-09-19 10:58 ` [PATCH 2/3] libgnome-keyring: add libgcrypt to DEPENDS Paul Eggleton
2011-09-19 10:58 ` [PATCH 3/3] freetype: disable bzip2 compressed font support Paul Eggleton
2011-09-19 11:07   ` Henning Heinold
2011-09-19 13:06     ` Richard Purdie
2011-09-19 12:14 ` [PATCH 0/3] Dependency fixes Richard Purdie
2011-09-19 14:01 ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8024295fe908b81f64d24e44adb9603ecf1878ea.1316429640.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox