diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:59:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 00:02:10 +0100 |
commit | 80747190ccce6628ce8815cf856f6ab867a00b5d (patch) | |
tree | 07be151fe85a5cf4207b8606fbe566e339e105e5 /conf/distro | |
parent | 27eafbb395fd4f607249b2e57085012e40283926 (diff) | |
download | meta-gplv2-80747190ccce6628ce8815cf856f6ab867a00b5d.tar.gz |
meta-gplv2: Convert to new override syntax
This converts the layer to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
with no manual fixes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/disable-gplv3.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | INCOMPATIBLE_LICENSE = '*GPLv3*' | 1 | INCOMPATIBLE_LICENSE = '*GPLv3*' |
2 | WARN_QA_remove = 'incompatible-license' | 2 | WARN_QA:remove = 'incompatible-license' |
3 | RDEPENDS_${PN}-ptest_remove_pn-glib-2.0 = "python3-dbusmock" | 3 | RDEPENDS:${PN}-ptest:remove:pn-glib-2.0 = "python3-dbusmock" |