diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-04-12 12:11:54 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-04-12 12:11:54 +0100 |
commit | 4f1ec3194dbad9165aacac95edddc44940181499 (patch) | |
tree | 9ec306f3c140e092cdd33f7ddaa85f3894c4af68 /meta | |
parent | 1ac0a1aebe287296de820b106913a29f0b8944c3 (diff) | |
download | poky-4f1ec3194dbad9165aacac95edddc44940181499.tar.gz |
gpgme: STAGING_DIR_HOST != STAGING_DIR/HOST_SYS and this causes subtle cross contamination between certain machines. Fix.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gpgme/gpgme_1.1.4.bb | 4 |
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" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" | 3 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" |
4 | DEPENDS = "libgpg-error pth" | 4 | DEPENDS = "libgpg-error pth" |
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ | 7 | EXTRA_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 | ||
10 | inherit autotools_stage binconfig | 10 | inherit autotools_stage binconfig |