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 21:58:28 +0000 |
commit | c74ee53d61fb189b152b8e6a2d4bbcc9800c70e5 (patch) | |
tree | b5a0b4dcf956eb118838d7c7ba682fb70c714cb6 /meta | |
parent | cd34df3c4b50dc937eea1c837128963e7afb3645 (diff) | |
download | poky-c74ee53d61fb189b152b8e6a2d4bbcc9800c70e5.tar.gz |
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>
Diffstat (limited to 'meta')
-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 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 () { | |||
24 | # Else these could be used in prefernce to those in aclocal-copy | 24 | # Else these could be used in prefernce to those in aclocal-copy |
25 | rm -f ${S}/m4/*.m4 | 25 | rm -f ${S}/m4/*.m4 |
26 | } | 26 | } |
27 | |||
28 | BBCLASSEXTEND = "native" | ||