1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

libassuan: add native build

libassuan-native is required for gpgme-native - introduced in next patch

(From OE-Core rev: 3a3b41690fed1d20c13cf76b0c0bd424008adef1)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andreas Müller
2015-02-13 06:59:51 +01:00
committed by Richard Purdie
parent cd34df3c4b
commit c74ee53d61
@@ -24,3 +24,5 @@ do_configure_prepend () {
# Else these could be used in prefernce to those in aclocal-copy # Else these could be used in prefernce to those in aclocal-copy
rm -f ${S}/m4/*.m4 rm -f ${S}/m4/*.m4
} }
BBCLASSEXTEND = "native"