summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Joslyn <robert.joslyn@redrectangle.org>2021-05-10 23:08:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-03 23:06:16 +0100
commit0dcbaaaa9a7be79aef8c587616383986c89a98d0 (patch)
treeca57971de2fc7e3521d1769065080e7752856f3a
parent914de841682af20da0e9f739df0cefe73d10ce3f (diff)
downloadmeta-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>
-rw-r--r--conf/distro/include/disable-gplv3.inc1
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 @@
1INCOMPATIBLE_LICENSE = '*GPLv3*' 1INCOMPATIBLE_LICENSE = '*GPLv3*'
2WARN_QA_remove = 'incompatible-license' 2WARN_QA_remove = 'incompatible-license'
3RDEPENDS_${PN}-ptest_remove_pn-glib-2.0 = "python3-dbusmock" 3RDEPENDS_${PN}-ptest_remove_pn-glib-2.0 = "python3-dbusmock"
4RDEPENDS_${PN}-ptest_remove_pn-util-linux = "btrfs-tools"