]> code.ossystems Code Review - openembedded-core.git/commitdiff
libassuan: add native build
authorAndreas Müller <schnitzeltony@googlemail.com>
Fri, 13 Feb 2015 05:59:51 +0000 (06:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Feb 2015 08:08:23 +0000 (08:08 +0000)
libassuan-native is required for gpgme-native - introduced in next patch

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/libassuan/libassuan_2.2.0.bb

index 5fc8b8c92f6189e4695b3da628f1a9be4c2ee2b6..d3a61ccc2694712c99dc1500877571043dec4e31 100644 (file)
@@ -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"