]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gpgme: STAGING_DIR_HOST != STAGING_DIR/HOST_SYS and this causes subtle cross contamin...
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 12 Apr 2010 11:11:54 +0000 (12:11 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 12 Apr 2010 11:11:54 +0000 (12:11 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/gpgme/gpgme_1.1.4.bb

index 826b3173510ecea5065912c6a8d20e44adf9260c..225662263c50fe7a4c28ef889244d7c34158449e 100644 (file)
@@ -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