From: Nathan Rossi Date: Mon, 30 Jan 2017 07:47:45 +0000 (+1000) Subject: libgcrypt.inc: Enable nativesdk X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e052dd58c30a6e3e3af45c8369a693628a23eea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libgcrypt.inc: Enable nativesdk Enable nativesdk on this recipe. (From OE-Core rev: 798edc3f9931bae4481e09287ac00002ad30654f) Signed-off-by: Nathan Rossi Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 15805cd4365..c8a48623b4f 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"