From: Nathan Rossi Date: Mon, 30 Jan 2017 07:47:45 +0000 (+1000) Subject: libgcrypt.inc: Enable nativesdk X-Git-Tag: uninative-1.5~416 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=798edc3f9931bae4481e09287ac00002ad30654f;p=openembedded-core.git libgcrypt.inc: Enable nativesdk Enable nativesdk on this recipe. Signed-off-by: Nathan Rossi Signed-off-by: Ross Burton --- 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"