There are ptest dependencies which don't have coverage from gplv2 components so disable ptests for meta-gplv2 usage.
Signed-off-by: Richard Purdie <[email protected]> --- conf/distro/include/disable-gplv3.inc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56350): https://lists.yoctoproject.org/g/yocto/message/56350 Mute This Topic: https://lists.yoctoproject.org/mt/89508442/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
