A recent change in master has promoted a lot more warnings into errors. Set the INSANE_SKIP variable since we are using INCOMPATIBLE_LICENSE.
This patch is dependent on a patch in oe-core: https://lists.openembedded.org/g/openembedded-core/message/201943 Signed-off-by: Ryan Eatmon <[email protected]> --- v2: Added the oe-core patch reference. meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend b/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend index 4ad4f70a..44d1e3fa 100644 --- a/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend +++ b/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend @@ -3,3 +3,5 @@ PR:append = ".arago0" # Set INCOMPATIBLE_LICENSE to GPLv3 to allow gnutls to use the non GPLv2 # version of gettext. INCOMPATIBLE_LICENSE = "GPL-3.0*" + +INSANE_SKIP:${PN} += "incompatible-license" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15441): https://lists.yoctoproject.org/g/meta-arago/message/15441 Mute This Topic: https://lists.yoctoproject.org/mt/107238799/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
