libcap does not support mingw32, so disable 'capabilities' support for the mingw32 targets.
Signed-off-by: Nathan Rossi <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
