diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-14 10:10:59 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-14 10:10:59 +0000 |
commit | 646f207524764406cd2b76006e7651ed2ed6f4e9 (patch) | |
tree | 41c4d8c7b7c5a0116b999d58e85eff4695aef813 /meta/packages | |
parent | 83bf46fe5ebb84a29ff50cb6e87ca2abd9c12845 (diff) | |
download | poky-646f207524764406cd2b76006e7651ed2ed6f4e9.tar.gz |
gpgme: removed libassuan dependency as it is needed only for gpgsm which we do not build
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3998 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gpgme/gpgme_1.1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb index a6b26ee192..120a07e2ae 100644 --- a/meta/packages/gpgme/gpgme_1.1.4.bb +++ b/meta/packages/gpgme/gpgme_1.1.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" | 2 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" |
3 | DEPENDS = "libgpg-error pth libassuan" | 3 | DEPENDS = "libgpg-error pth" |
4 | PR = "r2" | 4 | PR = "r2" |
5 | 5 | ||
6 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ | 6 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ |