All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-prefs: Use older versions of packages to remove additional GPLv3 licenses
@ 2015-01-19 22:00 Franklin S. Cooper Jr
  2015-01-19 22:19 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-19 22:00 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

* Perf tool from the kernel was pulling in elfutils and m4 which by default have
  GPLv3 licenses.
* Set elfutils and m4 to an older version which uses a GPLv2 license.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../conf/distro/include/arago-prefs.inc            |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index 94bb9da..3421a7d 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -111,6 +111,8 @@ PREFERRED_VERSION_crda = "1.1.3"
 PREFERRED_VERSION_obex = "0.34"
 PREFERRED_VERSION_bash = "3.2.48"
 PREFERRED_VERSION_gettext = "0.16.1"
+PREFERRED_VERSION_elfutils = "0.148"
+PREFERRED_VERSION_m4 = "1.4.9"
 
 PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
 PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
-- 
1.7.9.5



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

* Re: [PATCH] arago-prefs: Use older versions of packages to remove additional GPLv3 licenses
  2015-01-19 22:00 [PATCH] arago-prefs: Use older versions of packages to remove additional GPLv3 licenses Franklin S. Cooper Jr
@ 2015-01-19 22:19 ` Denys Dmytriyenko
  2015-01-19 22:29   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-01-19 22:19 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-arago

On Mon, Jan 19, 2015 at 04:00:49PM -0600, Franklin S. Cooper Jr wrote:
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> 
> * Perf tool from the kernel was pulling in elfutils and m4 which by default have
>   GPLv3 licenses.
> * Set elfutils and m4 to an older version which uses a GPLv2 license.

Thanks! This is indeed a better solution to creating a separate packagegroup 
we discussed, especially since we don't really care for elfutils and m4 
specific versions...


> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../conf/distro/include/arago-prefs.inc            |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index 94bb9da..3421a7d 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -111,6 +111,8 @@ PREFERRED_VERSION_crda = "1.1.3"
>  PREFERRED_VERSION_obex = "0.34"
>  PREFERRED_VERSION_bash = "3.2.48"
>  PREFERRED_VERSION_gettext = "0.16.1"
> +PREFERRED_VERSION_elfutils = "0.148"
> +PREFERRED_VERSION_m4 = "1.4.9"
>  
>  PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
>  PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] arago-prefs: Use older versions of packages to remove additional GPLv3 licenses
  2015-01-19 22:19 ` Denys Dmytriyenko
@ 2015-01-19 22:29   ` Cooper Jr., Franklin
  0 siblings, 0 replies; 3+ messages in thread
From: Cooper Jr., Franklin @ 2015-01-19 22:29 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, January 19, 2015 4:20 PM
> To: Cooper Jr., Franklin
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] arago-prefs: Use older versions of
> packages to remove additional GPLv3 licenses
> 
> On Mon, Jan 19, 2015 at 04:00:49PM -0600, Franklin S. Cooper Jr wrote:
> > From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> >
> > * Perf tool from the kernel was pulling in elfutils and m4 which by default
> have
> >   GPLv3 licenses.
> > * Set elfutils and m4 to an older version which uses a GPLv2 license.
> 
> Thanks! This is indeed a better solution to creating a separate packagegroup
> we discussed, especially since we don't really care for elfutils and m4 specific
> versions...
[Franklin] Yeah that would have been my last resort but I'm glad we can go with this simpler approach. 
> 
> 
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> >  .../conf/distro/include/arago-prefs.inc            |    2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > index 94bb9da..3421a7d 100644
> > --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > @@ -111,6 +111,8 @@ PREFERRED_VERSION_crda = "1.1.3"
> >  PREFERRED_VERSION_obex = "0.34"
> >  PREFERRED_VERSION_bash = "3.2.48"
> >  PREFERRED_VERSION_gettext = "0.16.1"
> > +PREFERRED_VERSION_elfutils = "0.148"
> > +PREFERRED_VERSION_m4 = "1.4.9"
> >
> >  PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
> >  PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2015-01-19 22:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 22:00 [PATCH] arago-prefs: Use older versions of packages to remove additional GPLv3 licenses Franklin S. Cooper Jr
2015-01-19 22:19 ` Denys Dmytriyenko
2015-01-19 22:29   ` Cooper Jr., Franklin

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.