From 4f1ec3194dbad9165aacac95edddc44940181499 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 12 Apr 2010 12:11:54 +0100 Subject: gpgme: STAGING_DIR_HOST != STAGING_DIR/HOST_SYS and this causes subtle cross contamination between certain machines. Fix. Signed-off-by: Richard Purdie --- meta/packages/gpgme/gpgme_1.1.4.bb | 4 ++-- 1 file 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 826b31735..225662263 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" LICENSE = "GPL" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" DEPENDS = "libgpg-error pth" -PR = "r3" +PR = "r4" -EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ +EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ --with-gpg=${bindir}/gpg --without-gpgsm" inherit autotools_stage binconfig -- cgit v1.2.3