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:42 -0800 |
commit | 8d0b974f2db83a6dfcb98e3455f394efd640b97c (patch) | |
tree | cfab7360947eb55c49d144b2444a41a04c2f898b /meta/recipes-support | |
parent | 6075e4978d344faabede03829ebacd82dcfd392b (diff) | |
download | poky-8d0b974f2db83a6dfcb98e3455f394efd640b97c.tar.gz |
gpgme: allow building -native variant
This is required by various pieces in the dnf stack
(From OE-Core rev: 757c8a3e76d31b0151ec45bc891aac9516d8c6f7)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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" | |||
24 | 24 | ||
25 | inherit autotools texinfo binconfig-disabled pkgconfig | 25 | inherit autotools texinfo binconfig-disabled pkgconfig |
26 | 26 | ||
27 | BBCLASSEXTEND = "native" | ||
28 | |||
27 | PACKAGES =+ "${PN}-cpp" | 29 | PACKAGES =+ "${PN}-cpp" |
28 | FILES_${PN}-cpp = "${libdir}/libgpgmepp.so.*" | 30 | FILES_${PN}-cpp = "${libdir}/libgpgmepp.so.*" |
29 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/* \ | 31 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/* \ |