summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg
diff options
context:
space:
mode:
authorHaris Okanovic <haris.okanovic@ni.com>2019-11-07 16:06:51 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-10 14:06:10 +0000
commitad34c73cbf2099ee1e70e99ea63f6cec930c597c (patch)
tree7abc73ee029cd47d2d76f8273f3623ff0e78882d /meta/recipes-support/gnupg
parent03fce90c1102b104ce1fa0d9ccac699c0c64bd0e (diff)
downloadpoky-ad34c73cbf2099ee1e70e99ea63f6cec930c597c.tar.gz
gnupg/libksba/npth/pinentry: Add nativesdk to BBCLASSEXTEND
Enable nativesdk builds of gnupg and it's dependencies (libksba, npth, and pinentry) to fix builds of nativesdk-opkg. This is necessary on distribution which enable gpg signature verification in opkg and also build SDK images that include opkg. (From OE-Core rev: e935cba0122a93df611c9a846c16b7841b715fd8) Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg')
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.2.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.2.17.bb b/meta/recipes-support/gnupg/gnupg_2.2.17.bb
index ab19a1ad11..bb8885f1c8 100644
--- a/meta/recipes-support/gnupg/gnupg_2.2.17.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.2.17.bb
@@ -70,4 +70,4 @@ PACKAGECONFIG ??= "gnutls"
70PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls" 70PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
71PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" 71PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"
72 72
73BBCLASSEXTEND = "native" 73BBCLASSEXTEND = "native nativesdk"