aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-09-18 15:16:37 +0200
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:53 +0100
commit53d1a0d03a5632a24364d63fc18a65d228471da2 (patch)
tree8518a678f7ac98a2cb5f79baedfabe8a9d0967a9 /meta/recipes-support/gpgme
parentc6d21810310070fe0ab087b68346c22b6964dc50 (diff)
downloadopenembedded-core-contrib-53d1a0d03a5632a24364d63fc18a65d228471da2.tar.gz
gpgme: enable native builds
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-support/gpgme')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.4.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb
index aacd92383c..e177437167 100644
--- a/meta/recipes-support/gpgme/gpgme_1.4.3.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.4.3.bb
@@ -28,3 +28,5 @@ PACKAGES =+ "${PN}-pth ${PN}-pthread"
FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"
FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"
+
+BBCLASSEXTEND = "native"