[OE-core] [poky] [PATCH 0/7] Non-GPLv3 Changes & a dependency Fix

Kamble, Nitin A nitin.a.kamble at intel.com
Mon Mar 21 15:35:50 UTC 2011



> -----Original Message-----
> From: poky-bounces at yoctoproject.org [mailto:poky-
> bounces at yoctoproject.org] On Behalf Of Denys Dmytriyenko
> Sent: Sunday, March 20, 2011 11:24 PM
> To: Patches and discussions about the oe-core layer
> Cc: poky at yoctoproject.org
> Subject: Re: [poky] [OE-core] [PATCH 0/7] Non-GPLv3 Changes & a
> dependency Fix
> 
> On Thu, Mar 17, 2011 at 05:47:35PM +0000, Richard Purdie wrote:
> > On Thu, 2011-03-17 at 02:58 -0700, Saul Wold wrote:
> > > From: Saul Wold <sgw at linux.intel.com>
> > >
> > > This set of changes enables both poky-image-minimal and poky-image-
> basic
> > > to build non-gplv3 core image. These are bound for bernard
> > >
> > > There is also a fix for the gnome-vfs dependency on ACL. This is
> > > a potential build stopper and should be considered for bernard
> > >
> > > Pull URL: git://git.openembedded.org/openembedded-core-contrib
> > >   Branch: sgw/non-gplv3
> > >   Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-
> contrib/log/?h=sgw/non-gplv3
> > >
> > > Thanks,
> > >     Saul Wold <sgw at linux.intel.com>
> > > ---
> > >
> > >
> > > Saul Wold (7):
> > >   util-linux: Setup for GPLv2 Recipe
> >
> > I don't like this patch at all, there are some typos in it and some
> > other issues. Too risky for bernard for sure. I'm leaving it for now.
> 
> FYI, in Arago I had to repackage util-linux-ng source tarball w/o lscpu
> pieces
> to completely avoid GPLv3, instead of removing them on the fly... In
> case when
> said source tarball needs to be mirrored or distributed with the build.
> 
> And, BTW, there is one more little script under GPLv3 -
> tests/ts/lscpu/lscpu

In the updated commit, all the lscpu files from tests directory also are removed.

+do_remove_lscpu() {
+    if [ "x${REMOVELSCPU}" = "xyes" ]; then
+         rm -f sys-utils/lscpu.c sys-utils/lscpu.1
+         rm -rf tests/ts/lscpu tests/expected/lscpu
+    fi
+}

Thank you,
Nitin

> 
> --
> Denys
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky





More information about the Openembedded-core mailing list