diff mbox series

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

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

Commit Message

Ryan Eatmon July 15, 2024, 7:37 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.

This patch is dependent on a patch in oe-core:

https://lists.openembedded.org/g/openembedded-core/message/201943

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: Added the oe-core patch reference.

 meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend | 2 ++
 1 file changed, 2 insertions(+)

Comments

Denys Dmytriyenko July 16, 2024, 6:23 p.m. UTC | #1
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 <reatmon@ti.com>
> ---
> 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
Ryan Eatmon July 16, 2024, 7:46 p.m. UTC | #2
Thank god.  I didn't like my solution.  Especially since there was a 
little push back on the oe-core mailing list for my patch over there.


On 7/16/2024 1:23 PM, Denys Dmytriyenko wrote:
> 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 <reatmon@ti.com>
>> ---
>> 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
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"