From 5c9f033892ae56c178616859a1245efd375e64bd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Mar 2022 13:16:08 +0000 Subject: disable-gpl3: Update wildcard to new syntax INCOMPATIBLE_LICENSE wildcard handling changed in master-next, update to match. Signed-off-by: Richard Purdie --- conf/distro/include/disable-gplv3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf