diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 13:16:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-02 18:46:35 +0000 |
commit | 5c9f033892ae56c178616859a1245efd375e64bd (patch) | |
tree | 3a8b724dad3762ac4ca4f7b1dd8f6d21a1c05f1e /conf/distro/include | |
parent | 1247568c9f6801df8c0a696068ad923534bc297f (diff) | |
download | meta-gplv2-5c9f033892ae56c178616859a1245efd375e64bd.tar.gz |
disable-gpl3: Update wildcard to new syntax3.5_M3
INCOMPATIBLE_LICENSE wildcard handling changed in master-next, update
to match.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/disable-gplv3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | INCOMPATIBLE_LICENSE = '*GPLv3*' | 1 | INCOMPATIBLE_LICENSE = 'LGPL-3.0* GPL-3.0*' |
2 | WARN_QA:remove = 'incompatible-license' | 2 | WARN_QA:remove = 'incompatible-license' |
3 | RDEPENDS:${PN}-ptest:remove:pn-glib-2.0 = "python3-dbusmock" | 3 | RDEPENDS:${PN}-ptest:remove:pn-glib-2.0 = "python3-dbusmock" |
4 | DISTRO_FEATURES:remove = "ptest" | 4 | DISTRO_FEATURES:remove = "ptest" |