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:40:42 +0100 |
commit | 854b4de95fe3a25a877506d762092962652b6770 (patch) | |
tree | c966977966b17b4e62f9e9bacfdd0aa6a94dbdef /meta/recipes-support | |
parent | 1b6bebf02be5bb5879c06d6f79b434ee054717a7 (diff) | |
download | openembedded-core-854b4de95fe3a25a877506d762092962652b6770.tar.gz openembedded-core-854b4de95fe3a25a877506d762092962652b6770.tar.bz2 openembedded-core-854b4de95fe3a25a877506d762092962652b6770.zip |
gpgme: Depend on npth for uclibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 \ SRC_URI[md5sum] = "90afa8436ce2b2683c001c824bd22601" SRC_URI[sha256sum] = "15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4" -DEPENDS = "libgpg-error libassuan pth" -PR = "r1" +DEPENDS = "libgpg-error libassuan ${PTH}" +PTH_libc-uclibc = "npth" +PTH = "pth" + +PR = "r2" EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ --with-gpg=${bindir}/gpg --without-gpgsm" |