aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-01-30 17:47:45 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-05 09:22:17 +0000
commit3e052dd58c30a6e3e3af45c8369a693628a23eea (patch)
tree7dc7d248b3db792bd48e9aa2bf3de40f7c7042df
parent08858ff213cb692227ab7b9b3808ac9954864564 (diff)
downloadopenembedded-core-contrib-3e052dd58c30a6e3e3af45c8369a693628a23eea.tar.gz
libgcrypt.inc: Enable nativesdk
Enable nativesdk on this recipe. (From OE-Core rev: 798edc3f9931bae4481e09287ac00002ad30654f) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc
index 15805cd436..c8a48623b4 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt.inc
+++ b/meta/recipes-support/libgcrypt/libgcrypt.inc
@@ -46,4 +46,4 @@ FILES_dumpsexp-dev += "${bindir}/dumpsexp"
ARM_INSTRUCTION_SET = "arm"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"