diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-02-13 06:59:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 08:08:23 +0000 |
commit | 3a3b41690fed1d20c13cf76b0c0bd424008adef1 (patch) | |
tree | d4938e31fe568b050cc06ebdbd10a2e03d5da043 /meta/recipes-support/libassuan | |
parent | ea4c80098d9fc938e77991b4fcd09c09d0032efb (diff) | |
download | openembedded-core-contrib-3a3b41690fed1d20c13cf76b0c0bd424008adef1.tar.gz |
libassuan: add native build
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>
Diffstat (limited to 'meta/recipes-support/libassuan')
-rw-r--r-- | meta/recipes-support/libassuan/libassuan_2.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |