[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: libassuan: add native build

git at git.openembedded.org git at git.openembedded.org
Sat Feb 14 22:27:39 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 59cae67827071162f2bd2607ea878eb62ab452c7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=59cae67827071162f2bd2607ea878eb62ab452c7

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Fri Feb 13 06:59:51 2015 +0100

libassuan: add native build

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

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-support/libassuan/libassuan_2.2.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/libassuan/libassuan_2.2.0.bb b/meta/recipes-support/libassuan/libassuan_2.2.0.bb
index 5fc8b8c..d3a61cc 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"



More information about the Openembedded-commits mailing list