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>
This commit is contained in:
Haris Okanovic
2019-11-07 16:06:51 -06:00
committed by Richard Purdie
parent 03fce90c11
commit ad34c73cbf
4 changed files with 4 additions and 4 deletions

View File

@@ -70,4 +70,4 @@ PACKAGECONFIG ??= "gnutls"
PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"

View File

@@ -27,4 +27,4 @@ do_configure_prepend () {
rm -f ${S}/m4/gpg-error.m4
}
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"

View File

@@ -24,4 +24,4 @@ do_install_append() {
oe_multilib_header npth.h
}
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"

View File

@@ -35,4 +35,4 @@ EXTRA_OECONF = " \
--disable-rpath \
"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"