* [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads
@ 2013-05-15 21:47 Gilles Talis
2013-05-15 21:47 ` [Buildroot] [PATCH 2/2] libeXosip2: " Gilles Talis
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Gilles Talis @ 2013-05-15 21:47 UTC (permalink / raw)
To: buildroot
Also added license information
Fixes:
http://autobuild.buildroot.org/results/dcf/dcfbdc1a1ee032881ad5e2f7ca6622d90fc7cb19
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
package/libosip2/libosip2.mk | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/package/libosip2/libosip2.mk b/package/libosip2/libosip2.mk
index 713851b..1f4a370 100644
--- a/package/libosip2/libosip2.mk
+++ b/package/libosip2/libosip2.mk
@@ -7,5 +7,10 @@
LIBOSIP2_VERSION = 3.6.0
LIBOSIP2_SITE = $(BR2_GNU_MIRROR)/osip
LIBOSIP2_INSTALL_STAGING = YES
+LIBOSIP2_LICENSE = LGPL
+LIBOSIP2_LICENSE_FILES = COPYING
+
+LIBOSIP2_CONF_OPT = \
+ --enable-mt=$(if $(BR2_TOOLCHAIN_HAS_THREADS),yes,no)
$(eval $(autotools-package))
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/2] libeXosip2: disable multi-thread support for toolchains without threads
2013-05-15 21:47 [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads Gilles Talis
@ 2013-05-15 21:47 ` Gilles Talis
2013-05-16 7:47 ` [Buildroot] [PATCH 1/2] libosip2: " Thomas Petazzoni
2013-05-16 8:26 ` Peter Korsgaard
2 siblings, 0 replies; 6+ messages in thread
From: Gilles Talis @ 2013-05-15 21:47 UTC (permalink / raw)
To: buildroot
Also added license information
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
package/libeXosip2/libeXosip2.mk | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/package/libeXosip2/libeXosip2.mk b/package/libeXosip2/libeXosip2.mk
index d72ab61..7fef1a6 100644
--- a/package/libeXosip2/libeXosip2.mk
+++ b/package/libeXosip2/libeXosip2.mk
@@ -7,6 +7,8 @@
LIBEXOSIP2_VERSION = 3.6.0
LIBEXOSIP2_SITE = http://download.savannah.gnu.org/releases/exosip/
LIBEXOSIP2_INSTALL_STAGING = YES
+LIBEXOSIP2_LICENSE = GPLv2+
+LIBEXOSIP2_LICENSE_FILES = COPYING
LIBEXOSIP2_DEPENDENCIES = host-pkgconf libosip2
@@ -17,4 +19,7 @@ else
LIBEXOSIP2_CONF_OPT += --disable-openssl
endif
+LIBEXOSIP2_CONF_OPT += \
+ --enable-mt=$(if $(BR2_TOOLCHAIN_HAS_THREADS),yes,no)
+
$(eval $(autotools-package))
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads
2013-05-15 21:47 [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads Gilles Talis
2013-05-15 21:47 ` [Buildroot] [PATCH 2/2] libeXosip2: " Gilles Talis
@ 2013-05-16 7:47 ` Thomas Petazzoni
2013-05-16 8:20 ` Peter Korsgaard
2013-05-16 8:26 ` Peter Korsgaard
2 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2013-05-16 7:47 UTC (permalink / raw)
To: buildroot
Dear Gilles Talis,
On Wed, 15 May 2013 14:47:31 -0700, Gilles Talis wrote:
> +LIBOSIP2_LICENSE = LGPL
Which version?
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads
2013-05-16 7:47 ` [Buildroot] [PATCH 1/2] libosip2: " Thomas Petazzoni
@ 2013-05-16 8:20 ` Peter Korsgaard
2013-05-16 22:20 ` Gilles Talis
0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2013-05-16 8:20 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Dear Gilles Talis,
Thomas> On Wed, 15 May 2013 14:47:31 -0700, Gilles Talis wrote:
>> +LIBOSIP2_LICENSE = LGPL
Thomas> Which version?
It's LGPLv2.1+:
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
I'll fix that up when I commit.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads
2013-05-15 21:47 [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads Gilles Talis
2013-05-15 21:47 ` [Buildroot] [PATCH 2/2] libeXosip2: " Gilles Talis
2013-05-16 7:47 ` [Buildroot] [PATCH 1/2] libosip2: " Thomas Petazzoni
@ 2013-05-16 8:26 ` Peter Korsgaard
2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2013-05-16 8:26 UTC (permalink / raw)
To: buildroot
>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:
Gilles> Also added license information
Gilles> Fixes:
Gilles> http://autobuild.buildroot.org/results/dcf/dcfbdc1a1ee032881ad5e2f7ca6622d90fc7cb19
Committed both (with osip2 license fixed), thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads
2013-05-16 8:20 ` Peter Korsgaard
@ 2013-05-16 22:20 ` Gilles Talis
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Talis @ 2013-05-16 22:20 UTC (permalink / raw)
To: buildroot
Dear Peter,
2013/5/16 Peter Korsgaard <jacmet@uclibc.org>:
>
> It's LGPLv2.1+:
>
> This library is free software; you can redistribute it and/or
> modify it under the terms of the GNU Lesser General Public
> License as published by the Free Software Foundation; either
> version 2.1 of the License, or (at your option) any later version.
>
> I'll fix that up when I commit.
Thanks for fixing and committing. For some unknown reason I missed
that yesterday.
Gilles
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-05-16 22:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 21:47 [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads Gilles Talis
2013-05-15 21:47 ` [Buildroot] [PATCH 2/2] libeXosip2: " Gilles Talis
2013-05-16 7:47 ` [Buildroot] [PATCH 1/2] libosip2: " Thomas Petazzoni
2013-05-16 8:20 ` Peter Korsgaard
2013-05-16 22:20 ` Gilles Talis
2013-05-16 8:26 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox