]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gnupg/libksba/npth/pinentry: Add nativesdk to BBCLASSEXTEND
authorHaris Okanovic <haris.okanovic@ni.com>
Thu, 7 Nov 2019 22:06:51 +0000 (16:06 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Nov 2019 14:04:55 +0000 (14:04 +0000)
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.

Signed-off-by: Haris Okanovic <haris.okanovic@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnupg/gnupg_2.2.17.bb
meta/recipes-support/libksba/libksba_1.3.5.bb
meta/recipes-support/npth/npth_1.6.bb
meta/recipes-support/pinentry/pinentry_1.1.0.bb

index ab19a1ad119fac4376358633e19b8826638c88b0..bb8885f1c817e7203a197cf716f3b0e34896c45b 100644 (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"
index 4deda1843f2c4165baa89d5556a9829a18d07c50..336d7f8177fc557b9f0063b3be884f335d5ef282 100644 (file)
@@ -27,4 +27,4 @@ do_configure_prepend () {
        rm -f ${S}/m4/gpg-error.m4
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
index 8310efb1064b369e9f4c99db32dc1dc66d63f5ee..233e0dc4a4d785b77d8b136eaef274e464fd34c0 100644 (file)
@@ -24,4 +24,4 @@ do_install_append() {
     oe_multilib_header npth.h
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
index fb529d25d6525467d220a0ce2123ce3fed04eabe..8c500dcadc353d4e53a651501ca9fe4b94cf3a68 100644 (file)
@@ -35,4 +35,4 @@ EXTRA_OECONF = " \
     --disable-rpath \
 "
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"