Actually, this is not needed - see my patch.
On Mon, Jul 15, 2024 at 02:37:29PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > 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 (#15449): https://lists.yoctoproject.org/g/meta-arago/message/15449 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]] -=-=-=-=-=-=-=-=-=-=-=-
