]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gpgme: enable native builds
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 18 Sep 2014 13:16:37 +0000 (15:16 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 17 Oct 2017 02:38:26 +0000 (04:38 +0200)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-support/gpgme/gpgme_1.6.0.bb

index 86eda239bf412fac33aa8a18b997b4b3ecb0f9d2..3480393c899be166a1ddbe2ddb8a66e04da2d2e5 100644 (file)
@@ -38,3 +38,5 @@ do_install_append () {
         install -d ${D}${libdir}/pkgconfig
         install -m 0644 ${WORKDIR}/gpgme.pc ${D}${libdir}/pkgconfig/
 }
+
+BBCLASSEXTEND = "native"