From c74ee53d61fb189b152b8e6a2d4bbcc9800c70e5 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 13 Feb 2015 06:59:51 +0100 Subject: libassuan: add native build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libassuan-native is required for gpgme-native - introduced in next patch (From OE-Core rev: 3a3b41690fed1d20c13cf76b0c0bd424008adef1) Signed-off-by: Andreas Müller Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/libassuan/libassuan_2.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/libassuan/libassuan_2.2.0.bb b/meta/recipes-support/libassuan/libassuan_2.2.0.bb index 5fc8b8c92f..d3a61ccc26 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" -- cgit v1.2.3-54-g00ecf