[meta-gplv2,2/2] disable-gpl3: Update wildcard to new syntax

Message ID 20220302184706.298311-2-richard.purdie@linuxfoundation.org
State New
Headers show
Series [meta-gplv2,1/2] disable-gplv3: Remove ptest from DISTRO_FEATURES | expand

Commit Message

Richard Purdie March 2, 2022, 6:47 p.m. UTC
INCOMPATIBLE_LICENSE wildcard handling changed in master-next, update
to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 conf/distro/include/disable-gplv3.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/conf/distro/include/disable-gplv3.inc b/conf/distro/include/disable-gplv3.inc
index 27cdba2..e8301ce 100644
--- a/conf/distro/include/disable-gplv3.inc
+++ b/conf/distro/include/disable-gplv3.inc
@@ -1,4 +1,4 @@ 
-INCOMPATIBLE_LICENSE = '*GPLv3*'
+INCOMPATIBLE_LICENSE = 'LGPL-3.0* GPL-3.0*'
 WARN_QA:remove = 'incompatible-license'
 RDEPENDS:${PN}-ptest:remove:pn-glib-2.0 = "python3-dbusmock"
 DISTRO_FEATURES:remove = "ptest"