1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
This commit is contained in:
Marcin Juszkiewicz
2008-03-14 10:10:59 +00:00
parent 83bf46fe5e
commit 646f207524
+1 -1
View File
@@ -1,6 +1,6 @@
LICENSE = "GPL"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2"
DEPENDS = "libgpg-error pth libassuan"
DEPENDS = "libgpg-error pth"
PR = "r2"
EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \