[OE-core] [PATCH 23/30] libgcrypt.inc: Disable 'capabilities' for mingw32

Nathan Rossi nathan at nathanrossi.com
Mon Jan 16 14:15:10 UTC 2017


libcap does not support mingw32, so disable 'capabilities' support for
the mingw32 targets.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 meta/recipes-support/libgcrypt/libgcrypt.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc
index 7464637acd..483b92e157 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt.inc
+++ b/meta/recipes-support/libgcrypt/libgcrypt.inc
@@ -27,6 +27,7 @@ BINCONFIG = "${bindir}/libgcrypt-config"
 inherit autotools texinfo binconfig-disabled pkgconfig
 
 PACKAGECONFIG ??= "capabilities"
+PACKAGECONFIG_remove_mingw32 = "capabilities"
 
 PACKAGECONFIG[asm] = "--enable-asm,--disable-asm"
 PACKAGECONFIG[capabilities] = "--with-capabilities,,libcap"
-- 
2.11.0




More information about the Openembedded-core mailing list