From fe935352291cfb498fd26252aa49cab7fc03d8ce Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 5 May 2020 11:23:48 +0100 Subject: disable-gplv3.inc: Disable glib-2.0 ptest python3-dbusmock dependency 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 --- 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" -- cgit v1.2.3-54-g00ecf