summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/gpgme/gpgme_1.1.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb
index 826b317351..225662263c 100644
--- a/meta/packages/gpgme/gpgme_1.1.4.bb
+++ b/meta/packages/gpgme/gpgme_1.1.4.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "GPGME - GnuPG Made Easy"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" 3SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2"
4DEPENDS = "libgpg-error pth" 4DEPENDS = "libgpg-error pth"
5PR = "r3" 5PR = "r4"
6 6
7EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ 7EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \
8 --with-gpg=${bindir}/gpg --without-gpgsm" 8 --with-gpg=${bindir}/gpg --without-gpgsm"
9 9
10inherit autotools_stage binconfig 10inherit autotools_stage binconfig