summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-03-09 23:59:31 +1000
committerJuro Bystricky <juro.bystricky@intel.com>2017-04-06 13:47:39 -0700
commitc7d87da710e373c91f4d0701fb5becffd6144b17 (patch)
tree91b3a9b87597000fa07a8a73cecf173ade751a12
parentf63ca6ec98e2415a53ed92c87dc59d964d8a1314 (diff)
libgcrypt: Disable 'capabilities' for mingw32
libcap does not support mingw32, so disable 'capabilities' support for the mingw32 targets. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-support/libgcrypt/libgcrypt_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-support/libgcrypt/libgcrypt_%.bbappend b/recipes-support/libgcrypt/libgcrypt_%.bbappend
index 631cbab..50dca09 100644
--- a/recipes-support/libgcrypt/libgcrypt_%.bbappend
+++ b/recipes-support/libgcrypt/libgcrypt_%.bbappend
@@ -1,4 +1,7 @@
+# libcap does not support mingw32
+PACKAGECONFIG_remove_mingw32 = "capabilities"
+
FILES_${PN}-dev_append_mingw32 = " \
${libdir}/*.def \
${bindir}/hmac256.exe \