diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2021-05-10 23:08:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-03 23:06:16 +0100 |
commit | 0dcbaaaa9a7be79aef8c587616383986c89a98d0 (patch) | |
tree | ca57971de2fc7e3521d1769065080e7752856f3a /conf/distro/include/disable-gplv3.inc | |
parent | 914de841682af20da0e9f739df0cefe73d10ce3f (diff) | |
download | meta-gplv2-0dcbaaaa9a7be79aef8c587616383986c89a98d0.tar.gz |
conf/distro: Restore btrfs-tools since it was relicensed
libbtrfsutil was relicensed from LGPL-3.0+ to LGPL-2.1+, so it is no
longer necessary to remove btrfs-tools.
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf/distro/include/disable-gplv3.inc')
-rw-r--r-- | conf/distro/include/disable-gplv3.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/distro/include/disable-gplv3.inc b/conf/distro/include/disable-gplv3.inc index 3285543..bded378 100644 --- a/conf/distro/include/disable-gplv3.inc +++ b/conf/distro/include/disable-gplv3.inc | |||
@@ -1,4 +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" |
4 | RDEPENDS_${PN}-ptest_remove_pn-util-linux = "btrfs-tools" | ||