diff mbox series

[meta-arago,master] gnutls: Add INSANE_SKIP for incompatible-license

Message ID 20240715193414.2022-1-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] gnutls: Add INSANE_SKIP for incompatible-license | expand

Commit Message

Ryan Eatmon July 15, 2024, 7:34 p.m. UTC
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 <reatmon@ti.com>
---
 meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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"