[OE-core] [PATCH 01/36] gpgme: allow building -native variant

Alexander Kanavin alexander.kanavin at linux.intel.com
Mon Feb 13 15:05:31 UTC 2017


This is required by various pieces in the dnf stack

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-support/gpgme/gpgme_1.6.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/gpgme/gpgme_1.6.0.bb b/meta/recipes-support/gpgme/gpgme_1.6.0.bb
index a2d05878b61..493a14ad947 100644
--- a/meta/recipes-support/gpgme/gpgme_1.6.0.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.6.0.bb
@@ -24,6 +24,8 @@ BINCONFIG = "${bindir}/gpgme-config"
 
 inherit autotools texinfo binconfig-disabled pkgconfig
 
+BBCLASSEXTEND = "native"
+
 PACKAGES =+ "${PN}-pthread"
 FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
 FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"
-- 
2.11.0




More information about the Openembedded-core mailing list