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:22:17 +0000 |
commit | 3e052dd58c30a6e3e3af45c8369a693628a23eea (patch) | |
tree | 7dc7d248b3db792bd48e9aa2bf3de40f7c7042df /meta/recipes-support/libgcrypt/libgcrypt.inc | |
parent | 08858ff213cb692227ab7b9b3808ac9954864564 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-support/libgcrypt/libgcrypt.inc')
-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" | |||
46 | 46 | ||
47 | ARM_INSTRUCTION_SET = "arm" | 47 | ARM_INSTRUCTION_SET = "arm" |
48 | 48 | ||
49 | BBCLASSEXTEND = "native" | 49 | BBCLASSEXTEND = "native nativesdk" |