summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-01-10 14:27:41 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-06 16:26:52 +0000
commit9d8a46799d46764ed8978d192a1dc2630dd7c4c9 (patch)
tree81f9832bb57de9c0158a82091c3c979c2a9e7ec1
parentf36d5add5ce4c51df0794bc8d481282e0bca62b6 (diff)
downloadpoky-9d8a46799d46764ed8978d192a1dc2630dd7c4c9.tar.gz
gnupg: enable native version
(From OE-Core rev: 3945ddd6eea9d84f7b0f82c66e6d4512bc239bb2) (From OE-Core rev: 143545237080138f4bbfe82830d4dd4ac5d53409) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.2.4.bb2
-rw-r--r--meta/recipes-support/libksba/libksba_1.3.5.bb2
-rw-r--r--meta/recipes-support/npth/npth_1.5.bb2
-rw-r--r--meta/recipes-support/pinentry/pinentry_1.0.0.bb2
4 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.2.4.bb b/meta/recipes-support/gnupg/gnupg_2.2.4.bb
index e9f19ca814..e15bcf298a 100644
--- a/meta/recipes-support/gnupg/gnupg_2.2.4.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.2.4.bb
@@ -44,3 +44,5 @@ do_install_append() {
44PACKAGECONFIG ??= "gnutls" 44PACKAGECONFIG ??= "gnutls"
45PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls" 45PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
46PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" 46PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"
47
48BBCLASSEXTEND = "native"
diff --git a/meta/recipes-support/libksba/libksba_1.3.5.bb b/meta/recipes-support/libksba/libksba_1.3.5.bb
index 36b6670563..a7ea53fed0 100644
--- a/meta/recipes-support/libksba/libksba_1.3.5.bb
+++ b/meta/recipes-support/libksba/libksba_1.3.5.bb
@@ -24,3 +24,5 @@ do_configure_prepend () {
24 # Else these could be used in preference to those in aclocal-copy 24 # Else these could be used in preference to those in aclocal-copy
25 rm -f ${S}/m4/gpg-error.m4 25 rm -f ${S}/m4/gpg-error.m4
26} 26}
27
28BBCLASSEXTEND = "native"
diff --git a/meta/recipes-support/npth/npth_1.5.bb b/meta/recipes-support/npth/npth_1.5.bb
index 54de70c5c0..e7db6ae1b4 100644
--- a/meta/recipes-support/npth/npth_1.5.bb
+++ b/meta/recipes-support/npth/npth_1.5.bb
@@ -19,3 +19,5 @@ inherit autotools binconfig-disabled
19 19
20FILES_${PN} = "${libdir}/libnpth.so.*" 20FILES_${PN} = "${libdir}/libnpth.so.*"
21FILES_${PN}-dev += "${bindir}/npth-config" 21FILES_${PN}-dev += "${bindir}/npth-config"
22
23BBCLASSEXTEND = "native"
diff --git a/meta/recipes-support/pinentry/pinentry_1.0.0.bb b/meta/recipes-support/pinentry/pinentry_1.0.0.bb
index 319acd3b4e..634638da02 100644
--- a/meta/recipes-support/pinentry/pinentry_1.0.0.bb
+++ b/meta/recipes-support/pinentry/pinentry_1.0.0.bb
@@ -34,3 +34,5 @@ PACKAGECONFIG[gtk2] = "--enable-pinentry-gtk2, --disable-pinentry-gtk2, gtk+ gli
34 34
35#To use libsecret, add meta-gnome 35#To use libsecret, add meta-gnome
36PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret" 36PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret"
37
38BBCLASSEXTEND = "native"