From: Nathan Rossi Date: Mon, 30 Jan 2017 07:47:45 +0000 (+1000) Subject: libgcrypt.inc: Enable nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798edc3f9931bae4481e09287ac00002ad30654f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 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"