[master] gnutls: update INCOMPATIBLE_LICENSE to SPDX format

Message ID 20220329053929.2367932-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] gnutls: update INCOMPATIBLE_LICENSE to SPDX format | expand

Commit Message

Denys Dmytriyenko March 29, 2022, 5:39 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

All licenses have been migrated to SPDX format, so update their usage in
variables like INCOMPATIBLE_LICENSE.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ryan Eatmon March 29, 2022, 12:42 p.m. UTC | #1
On 3/29/2022 12:39 AM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
> 
> All licenses have been migrated to SPDX format, so update their usage in
> variables like INCOMPATIBLE_LICENSE.
> 
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
>   meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend b/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend
> index 7928a810..4ad4f70a 100644
> --- a/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend
> +++ b/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend
> @@ -2,4 +2,4 @@ PR:append = ".arago0"
>   
>   # Set INCOMPATIBLE_LICENSE to GPLv3 to allow gnutls to use the non GPLv2
>   # version of gettext.
> -INCOMPATIBLE_LICENSE = "GPLv3"
> +INCOMPATIBLE_LICENSE = "GPL-3.0*"

Applied patch to master.

Patch

diff --git a/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend b/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend
index 7928a810..4ad4f70a 100644
--- a/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend
+++ b/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend
@@ -2,4 +2,4 @@  PR:append = ".arago0"
 
 # Set INCOMPATIBLE_LICENSE to GPLv3 to allow gnutls to use the non GPLv2
 # version of gettext.
-INCOMPATIBLE_LICENSE = "GPLv3"
+INCOMPATIBLE_LICENSE = "GPL-3.0*"