diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-13 17:05:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:30 -0800 |
commit | 757c8a3e76d31b0151ec45bc891aac9516d8c6f7 (patch) | |
tree | faad33cbbdcf141bd4004f329449a17d008ef400 /meta | |
parent | 62b91f655977bdf2faaf53443c47785738c1d0f6 (diff) | |
download | openembedded-core-757c8a3e76d31b0151ec45bc891aac9516d8c6f7.tar.gz openembedded-core-757c8a3e76d31b0151ec45bc891aac9516d8c6f7.tar.bz2 openembedded-core-757c8a3e76d31b0151ec45bc891aac9516d8c6f7.zip |
gpgme: allow building -native variant
This is required by various pieces in the dnf stack
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.8.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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/* \ |