diff options
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/* \ |