diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 13:45:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-02 18:45:58 +0000 |
commit | 1247568c9f6801df8c0a696068ad923534bc297f (patch) | |
tree | 6fdfcf60aeeda1dd60e642fb5fadf3a69529ebdf | |
parent | 1402016341391e54e541eec869eaad7a42cb43c7 (diff) | |
download | meta-gplv2-1247568c9f6801df8c0a696068ad923534bc297f.tar.gz |
disable-gplv3: Remove ptest from DISTRO_FEATURES
There are ptest dependencies which don't have coverage from gplv2 components
so disable ptests for meta-gplv2 usage.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | conf/distro/include/disable-gplv3.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/disable-gplv3.inc b/conf/distro/include/disable-gplv3.inc index 5d948cc..27cdba2 100644 --- a/conf/distro/include/disable-gplv3.inc +++ b/conf/distro/include/disable-gplv3.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | INCOMPATIBLE_LICENSE = '*GPLv3*' | 1 | INCOMPATIBLE_LICENSE = '*GPLv3*' |
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" | ||