From 757c8a3e76d31b0151ec45bc891aac9516d8c6f7 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 13 Feb 2017 17:05:31 +0200 Subject: gpgme: allow building -native variant This is required by various pieces in the dnf stack Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-support/gpgme/gpgme_1.8.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/gpgme/gpgme_1.8.0.bb b/meta/recipes-support/gpgme/gpgme_1.8.0.bb index b870069728..3e74b6fe97 100644 --- a/meta/recipes-support/gpgme/gpgme_1.8.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.8.0.bb @@ -24,6 +24,8 @@ BINCONFIG = "${bindir}/gpgme-config" inherit autotools texinfo binconfig-disabled pkgconfig +BBCLASSEXTEND = "native" + PACKAGES =+ "${PN}-cpp" FILES_${PN}-cpp = "${libdir}/libgpgmepp.so.*" FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/* \ -- cgit 1.2.3-korg