summaryrefslogtreecommitdiffstats
path: root/meta/packages/gpgme/gpgme_1.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gpgme/gpgme_1.1.4.bb')
-rw-r--r--meta/packages/gpgme/gpgme_1.1.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb
index d78cc88cef..550144be88 100644
--- a/meta/packages/gpgme/gpgme_1.1.4.bb
+++ b/meta/packages/gpgme/gpgme_1.1.4.bb
@@ -1,10 +1,10 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" 2SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2"
3PR = "r1"
4
5DEPENDS = "libgpg-error pth libassuan" 3DEPENDS = "libgpg-error pth libassuan"
4PR = "r1"
6 5
7EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test --with-gpg=${bindir}/gpg --without-gpgsm" 6EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \
7 --with-gpg=${bindir}/gpg --without-gpgsm"
8 8
9inherit autotools binconfig 9inherit autotools binconfig
10 10