A recent change in master has promoted a lot more warnings into errors. Set the INSANE_SKIP variable since we are using INCOMPATIBLE_LICENSE.
Signed-off-by: Ryan Eatmon <[email protected]> --- 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 (#15440): https://lists.yoctoproject.org/g/meta-arago/message/15440 Mute This Topic: https://lists.yoctoproject.org/mt/107238739/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
