diff options
Diffstat (limited to 'meta/recipes-support/libgcrypt')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 2b32b7eaed..fa2bc38284 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
@@ -16,7 +16,9 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ | |||
16 | file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ | 16 | file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | inherit autotools-brokensep texinfo binconfig pkgconfig | 19 | BINCONFIG = "${bindir}/libgcrypt-config" |
20 | |||
21 | inherit autotools-brokensep texinfo binconfig-disabled pkgconfig | ||
20 | 22 | ||
21 | EXTRA_OECONF = "--disable-asm --with-capabilities" | 23 | EXTRA_OECONF = "--disable-asm --with-capabilities" |
22 | 24 | ||