All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gplv2] [PATCH] conf/distro: Add removal of btrfs-tools from util-linux ptest depends
@ 2021-04-19 20:46 Richard Purdie
  2021-04-19 21:29 ` [yocto] " Ross Burton
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2021-04-19 20:46 UTC (permalink / raw)
  To: yocto

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 <richard.purdie@linuxfoundation.org>
---
 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"
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [yocto] [meta-gplv2] [PATCH] conf/distro: Add removal of btrfs-tools from util-linux ptest depends
  2021-04-19 20:46 [meta-gplv2] [PATCH] conf/distro: Add removal of btrfs-tools from util-linux ptest depends Richard Purdie
@ 2021-04-19 21:29 ` Ross Burton
  2021-04-20  0:23   ` Robert Joslyn
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2021-04-19 21:29 UTC (permalink / raw)
  To: Richard Purdie; +Cc: yocto

+1.

Ross

On Mon, 19 Apr 2021 at 21:47, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> 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 <richard.purdie@linuxfoundation.org>
> ---
>  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"
> --
> 2.30.2
>
>
> 
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] [meta-gplv2] [PATCH] conf/distro: Add removal of btrfs-tools from util-linux ptest depends
  2021-04-19 21:29 ` [yocto] " Ross Burton
@ 2021-04-20  0:23   ` Robert Joslyn
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Joslyn @ 2021-04-20  0:23 UTC (permalink / raw)
  To: Ross Burton; +Cc: Richard Purdie, yocto

Just to clarify, btrfs-tools has always had an LGPL-3.0 library (libbtrfsutil), the recipe just never declared it before. Upstream is relicensing that library to LGPL-2.1+, which should be done for the next release.

Sorry about this, I sent the update and didn’t realize it broke the non-gplv3 builds. I’ll keep an eye out for the next upstream release which should allow this patch to be reverted.

Thanks,
Robert

> On Apr 19, 2021, at 2:29 PM, Ross Burton <ross@burtonini.com> wrote:
> 
> +1.
> 
> Ross
> 
> On Mon, 19 Apr 2021 at 21:47, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
>> 
>> 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 <richard.purdie@linuxfoundation.org>
>> ---
>> 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"
>> --
>> 2.30.2
>> 
>> 
>> 
>> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-20  0:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 20:46 [meta-gplv2] [PATCH] conf/distro: Add removal of btrfs-tools from util-linux ptest depends Richard Purdie
2021-04-19 21:29 ` [yocto] " Ross Burton
2021-04-20  0:23   ` Robert Joslyn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.