From: Andreas Müller Date: Fri, 13 Feb 2015 05:59:51 +0000 (+0100) Subject: libassuan: add native build X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a3b41690fed1d20c13cf76b0c0bd424008adef1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libassuan: add native build libassuan-native is required for gpgme-native - introduced in next patch Signed-off-by: Andreas Müller Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/libassuan/libassuan_2.2.0.bb b/meta/recipes-support/libassuan/libassuan_2.2.0.bb index 5fc8b8c92f6..d3a61ccc269 100644 --- a/meta/recipes-support/libassuan/libassuan_2.2.0.bb +++ b/meta/recipes-support/libassuan/libassuan_2.2.0.bb @@ -24,3 +24,5 @@ do_configure_prepend () { # Else these could be used in prefernce to those in aclocal-copy rm -f ${S}/m4/*.m4 } + +BBCLASSEXTEND = "native"