From 0dcbaaaa9a7be79aef8c587616383986c89a98d0 Mon Sep 17 00:00:00 2001 From: Robert Joslyn Date: Mon, 10 May 2021 23:08:39 -0700 Subject: 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 Signed-off-by: Richard Purdie --- conf/distro/include/disable-gplv3.inc | 1 - 1 file changed, 1 deletion(-) 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 @@ INCOMPATIBLE_LICENSE = '*GPLv3*' WARN_QA_remove = 'incompatible-license' RDEPENDS_${PN}-ptest_remove_pn-glib-2.0 = "python3-dbusmock" -RDEPENDS_${PN}-ptest_remove_pn-util-linux = "btrfs-tools" -- cgit v1.2.3-54-g00ecf