| Submitter | Alexandru DAMIAN |
|---|---|
| Date | July 4, 2012, 7:31 a.m. |
| Message ID | <1341387078-25060-1-git-send-email-alexandru.damian@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/31157/ |
| State | New |
| Headers | show |
Comments
On 07/04/2012 12:31 AM, alexandru.damian@intel.com wrote: > From: Alexandru DAMIAN <alexandru.damian@intel.com> > > The license changed with the addition of GPLv3 for one file. > > * GPLv3 (or later) > > The following build-related macro is under GPLv3 (or later): > > m4/ax_tls.m4 > Does having a build-related macro file really cause the output to be tainted by GPLv3? > Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> > --- > meta/recipes-support/liburcu/liburcu_0.6.7.bb | 24 ------------------------ > meta/recipes-support/liburcu/liburcu_0.7.3.bb | 24 ++++++++++++++++++++++++ > 2 files changed, 24 insertions(+), 24 deletions(-) > delete mode 100644 meta/recipes-support/liburcu/liburcu_0.6.7.bb > create mode 100644 meta/recipes-support/liburcu/liburcu_0.7.3.bb > > diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.6.7.bb > deleted file mode 100644 > index be73856..0000000 > --- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb > +++ /dev/null > @@ -1,24 +0,0 @@ > -DESCRIPTION = "The userspace read-copy update library by Mathieu Desnoyers" > -HOMEPAGE = "http://lttng.org/urcu" > -BUGTRACKER = "http://lttng.org/project/issues" > - > -LICENSE = "LGPLv2.1+ & MIT-style" > -LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \ > - file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ > - file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" > - > -PR = "r0" > - > -SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" > - > -SRC_URI[md5sum] = "2705dadd65beda8e8960472c082e44b3" > -SRC_URI[sha256sum] = "b0b09aead6fbcb4d5efb4270e12f84ffd115b99b55b2c745e052b2d87a47e75f" > - > -S = "${WORKDIR}/userspace-rcu-${PV}" > -CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" > -inherit autotools > - > -# liburcu, which is only used by lttng-ust, may not build on other > -# platforms, like MIPS. > -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' > - > diff --git a/meta/recipes-support/liburcu/liburcu_0.7.3.bb b/meta/recipes-support/liburcu/liburcu_0.7.3.bb > new file mode 100644 > index 0000000..45c51bc > --- /dev/null > +++ b/meta/recipes-support/liburcu/liburcu_0.7.3.bb > @@ -0,0 +1,24 @@ > +DESCRIPTION = "The userspace read-copy update library by Mathieu Desnoyers" > +HOMEPAGE = "http://lttng.org/urcu" > +BUGTRACKER = "http://lttng.org/project/issues" > + > +LICENSE = "LGPLv2.1+ & MIT-style & GPLv3" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=95dfea59eeaa41a4057faa07a58f5f89 \ > + file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ > + file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" If there is a new license in that macro file, then it should be included here in the LIC_FILES_CHKSUM, but I question whether having a built-time macro file be GPLv3 will taint the whole output. I am not a lawyer, nor do I play one on TV. Sau! > + > +PR = "r0" > + > +SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" > + > +SRC_URI[md5sum] = "c40b726f13bff80982c1ffa1bc2db31d" > +SRC_URI[sha256sum] = "63f540a5d3c947fa3739711099fb87a66036d3c9560f26da763e500da296a1af" > + > +S = "${WORKDIR}/userspace-rcu-${PV}" > +CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" > +inherit autotools > + > +# liburcu, which is only used by lttng-ust, may not build on other > +# platforms, like MIPS. > +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' > + >
Patch
diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.6.7.bb deleted file mode 100644 index be73856..0000000 --- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "The userspace read-copy update library by Mathieu Desnoyers" -HOMEPAGE = "http://lttng.org/urcu" -BUGTRACKER = "http://lttng.org/project/issues" - -LICENSE = "LGPLv2.1+ & MIT-style" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \ - file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ - file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" - -PR = "r0" - -SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" - -SRC_URI[md5sum] = "2705dadd65beda8e8960472c082e44b3" -SRC_URI[sha256sum] = "b0b09aead6fbcb4d5efb4270e12f84ffd115b99b55b2c745e052b2d87a47e75f" - -S = "${WORKDIR}/userspace-rcu-${PV}" -CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" -inherit autotools - -# liburcu, which is only used by lttng-ust, may not build on other -# platforms, like MIPS. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' - diff --git a/meta/recipes-support/liburcu/liburcu_0.7.3.bb b/meta/recipes-support/liburcu/liburcu_0.7.3.bb new file mode 100644 index 0000000..45c51bc --- /dev/null +++ b/meta/recipes-support/liburcu/liburcu_0.7.3.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "The userspace read-copy update library by Mathieu Desnoyers" +HOMEPAGE = "http://lttng.org/urcu" +BUGTRACKER = "http://lttng.org/project/issues" + +LICENSE = "LGPLv2.1+ & MIT-style & GPLv3" +LIC_FILES_CHKSUM = "file://LICENSE;md5=95dfea59eeaa41a4057faa07a58f5f89 \ + file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ + file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" + +PR = "r0" + +SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" + +SRC_URI[md5sum] = "c40b726f13bff80982c1ffa1bc2db31d" +SRC_URI[sha256sum] = "63f540a5d3c947fa3739711099fb87a66036d3c9560f26da763e500da296a1af" + +S = "${WORKDIR}/userspace-rcu-${PV}" +CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" +inherit autotools + +# liburcu, which is only used by lttng-ust, may not build on other +# platforms, like MIPS. +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' +