diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-09 09:43:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-11 13:49:50 +0100 |
commit | fb8fabb8ed4abcd0f37dfd75167cb9c20927bac7 (patch) | |
tree | a7dde521c72a38dd1c5ba3bf5aa0916d0870605b /meta/recipes-support/gpgme | |
parent | de04115d13c8be69aa6dbd7ac4974794ceea3547 (diff) | |
download | poky-fb8fabb8ed4abcd0f37dfd75167cb9c20927bac7.tar.gz |
gpgme: Depend on npth for uclibc
(From OE-Core rev: 854b4de95fe3a25a877506d762092962652b6770)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gpgme')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.3.1.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb index 4bcb57ab37..43d8aad7a7 100644 --- a/meta/recipes-support/gpgme/gpgme_1.3.1.bb +++ b/meta/recipes-support/gpgme/gpgme_1.3.1.bb | |||
@@ -13,8 +13,11 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2 \ | |||
13 | 13 | ||
14 | SRC_URI[md5sum] = "90afa8436ce2b2683c001c824bd22601" | 14 | SRC_URI[md5sum] = "90afa8436ce2b2683c001c824bd22601" |
15 | SRC_URI[sha256sum] = "15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4" | 15 | SRC_URI[sha256sum] = "15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4" |
16 | DEPENDS = "libgpg-error libassuan pth" | 16 | DEPENDS = "libgpg-error libassuan ${PTH}" |
17 | PR = "r1" | 17 | PTH_libc-uclibc = "npth" |
18 | PTH = "pth" | ||
19 | |||
20 | PR = "r2" | ||
18 | 21 | ||
19 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ | 22 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ |
20 | --with-gpg=${bindir}/gpg --without-gpgsm" | 23 | --with-gpg=${bindir}/gpg --without-gpgsm" |