mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 06:36:38 +00:00
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>
This commit is contained in:
parent
1ac0a1aebe
commit
4f1ec3194d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user