1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

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
+1 -1
View File
@@ -70,4 +70,4 @@ PACKAGECONFIG ??= "gnutls"
PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls" PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native nativesdk"
@@ -27,4 +27,4 @@ do_configure_prepend () {
rm -f ${S}/m4/gpg-error.m4 rm -f ${S}/m4/gpg-error.m4
} }
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native nativesdk"
+1 -1
View File
@@ -24,4 +24,4 @@ do_install_append() {
oe_multilib_header npth.h oe_multilib_header npth.h
} }
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native nativesdk"
@@ -35,4 +35,4 @@ EXTRA_OECONF = " \
--disable-rpath \ --disable-rpath \
" "
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native nativesdk"