From 80747190ccce6628ce8815cf856f6ab867a00b5d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Jul 2021 23:59:42 +0100 Subject: meta-gplv2: Convert to new override syntax This converts the layer to the new override syntax. This was done using /scripts/contrib/convert-overrides.py with no manual fixes. Signed-off-by: Richard Purdie --- conf/distro/include/disable-gplv3.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/distro/include/disable-gplv3.inc b/conf/distro/include/disable-gplv3.inc index bded378..5d948cc 100644 --- a/conf/distro/include/disable-gplv3.inc +++ b/conf/distro/include/disable-gplv3.inc @@ -1,3 +1,3 @@ INCOMPATIBLE_LICENSE = '*GPLv3*' -WARN_QA_remove = 'incompatible-license' -RDEPENDS_${PN}-ptest_remove_pn-glib-2.0 = "python3-dbusmock" +WARN_QA:remove = 'incompatible-license' +RDEPENDS:${PN}-ptest:remove:pn-glib-2.0 = "python3-dbusmock" -- cgit v1.2.3-54-g00ecf