From e4da38dd796b258a1b7c82221e03c0033092a8ba Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 19 Apr 2021 17:28:15 +0100 Subject: conf/distro: Add removal of btrfs-tools from util-linux ptest depends btrfs-tools has changed to LGPL-3.1 so to allow util-linux to build, remove the dependency from its ptest package. This may regress some ptests but keeps the gplv2 layer working. Signed-off-by: Richard Purdie --- conf/distro/include/disable-gplv3.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/include/disable-gplv3.inc b/conf/distro/include/disable-gplv3.inc index bded378..3285543 100644 --- a/conf/distro/include/disable-gplv3.inc +++ b/conf/distro/include/disable-gplv3.inc @@ -1,3 +1,4 @@ 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