The newly added dependency on python3-dbusmock in OE-Core is GPLv3 and would fail to work with this layer. Remove it in the config for enabling the layer.
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 45834b7..761be7d 100644 --- a/conf/distro/include/disable-gplv3.inc +++ b/conf/distro/include/disable-gplv3.inc @@ -1,2 +1,3 @@ INCOMPATIBLE_LICENSE = '*GPLv3' WARN_QA_remove = 'incompatible-license' +RDEPENDS_${PN}-ptest_remove_pn-glib-2.0 = "python3-dbusmock" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49337): https://lists.yoctoproject.org/g/yocto/message/49337 Mute This Topic: https://lists.yoctoproject.org/mt/73995055/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/leave/6691583/737036229/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
