[meta-gplv2,1/2] disable-gplv3: Remove ptest from DISTRO_FEATURES

Message ID 20220302184706.298311-1-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
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>
---
 conf/distro/include/disable-gplv3.inc | 1 +
 1 file changed, 1 insertion(+)

Patch

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 @@ 
 INCOMPATIBLE_LICENSE = '*GPLv3*'
 WARN_QA:remove = 'incompatible-license'
 RDEPENDS:${PN}-ptest:remove:pn-glib-2.0 = "python3-dbusmock"
+DISTRO_FEATURES:remove = "ptest"