diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-01-30 17:47:45 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-05 09:20:22 +0000 |
commit | 798edc3f9931bae4481e09287ac00002ad30654f (patch) | |
tree | b5d875f9663224c68f130e159885798651b1417a /meta/recipes-support/libgcrypt | |
parent | 7918fe08d8e48f46cf2402afa66d35063eb72545 (diff) | |
download | openembedded-core-798edc3f9931bae4481e09287ac00002ad30654f.tar.gz openembedded-core-798edc3f9931bae4481e09287ac00002ad30654f.tar.bz2 openembedded-core-798edc3f9931bae4481e09287ac00002ad30654f.zip |
libgcrypt.inc: Enable nativesdk
Enable nativesdk on this recipe.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/libgcrypt')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 2 |
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" |