From 1247568c9f6801df8c0a696068ad923534bc297f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Mar 2022 13:45:02 +0000 Subject: 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 --- conf/distro/include/disable-gplv3.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/distro') 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" -- cgit v1.2.3-54-g00ecf