From 798edc3f9931bae4481e09287ac00002ad30654f Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Mon, 30 Jan 2017 17:47:45 +1000 Subject: libgcrypt.inc: Enable nativesdk Enable nativesdk on this recipe. Signed-off-by: Nathan Rossi Signed-off-by: Ross Burton --- meta/recipes-support/libgcrypt/libgcrypt.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support') 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" -- cgit 1.2.3-korg