]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnupg: enable native version
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 10 Jan 2018 12:27:41 +0000 (14:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Jan 2018 22:14:52 +0000 (22:14 +0000)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnupg/gnupg_2.2.4.bb
meta/recipes-support/libksba/libksba_1.3.5.bb
meta/recipes-support/npth/npth_1.5.bb
meta/recipes-support/pinentry/pinentry_1.1.0.bb

index e9f19ca81404755e8564a9ca99a9116309e32821..e15bcf298acc52a8260a50b33bcf68326ca62cfa 100644 (file)
@@ -44,3 +44,5 @@ do_install_append() {
 PACKAGECONFIG ??= "gnutls"
 PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
 PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"
+
+BBCLASSEXTEND = "native"
index 36b667056345100add35accb168a0a305ffce3cc..a7ea53fed023712056ea9cb2a8b029fae5cfce3d 100644 (file)
@@ -24,3 +24,5 @@ do_configure_prepend () {
        # Else these could be used in preference to those in aclocal-copy
        rm -f ${S}/m4/gpg-error.m4
 }
+
+BBCLASSEXTEND = "native"
index 54de70c5c08c109643f4c6c84e65aa0c99745f10..e7db6ae1b4b4e109fa786f12ebb6efab65849763 100644 (file)
@@ -19,3 +19,5 @@ inherit autotools binconfig-disabled
 
 FILES_${PN} = "${libdir}/libnpth.so.*"
 FILES_${PN}-dev += "${bindir}/npth-config"
+
+BBCLASSEXTEND = "native"
index 3b77709ffb54e140c73fc586b2cf501cecda2bae..1eaa261f75a554dbb94c40816796cd6f25a814f1 100644 (file)
@@ -34,3 +34,5 @@ PACKAGECONFIG[gtk2] = "--enable-pinentry-gtk2, --disable-pinentry-gtk2, gtk+ gli
 
 #To use libsecret, add meta-gnome
 PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret"
+
+BBCLASSEXTEND = "native"