All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] tstools: requires dynamic library support
@ 2016-08-21 17:18 Baruch Siach
  2016-08-21 20:22 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2016-08-21 17:18 UTC (permalink / raw)
  To: buildroot

tstools Makefile tries to build shared libtstools.so library unconditionally.

Fixes:
http://autobuild.buildroot.net/results/208/20830bccab8508aab215c5fc8010e180cc68af51/
http://autobuild.buildroot.net/results/988/9882f93e11dbaba8c6973bedc9d00dbb238a4c06/
http://autobuild.buildroot.net/results/11c/11c802bcfab70a0a2593079657529c763fd82aa1/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/tstools/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/tstools/Config.in b/package/tstools/Config.in
index f5dd138c4d12..ca5f8fc2ca3d 100644
--- a/package/tstools/Config.in
+++ b/package/tstools/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_TSTOOLS
 	bool "tstools"
 	depends on BR2_USE_MMU # fork()
+	depends on !BR2_STATIC_LIBS
 	help
 	  This is a set of cross-platform command line tools for working with
 	  MPEG data.
@@ -14,3 +15,7 @@ config BR2_PACKAGE_TSTOOLS
 	  data on DVDs.
 
 	  https://github.com/kynesim/tstools/
+
+comment "tstools needs a toolchain w/ dynamic library"
+	depends on BR2_USE_MMU
+	depends on BR2_STATIC_LIBS
-- 
2.8.1

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

* [Buildroot] [PATCH] tstools: requires dynamic library support
  2016-08-21 17:18 [Buildroot] [PATCH] tstools: requires dynamic library support Baruch Siach
@ 2016-08-21 20:22 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-08-21 20:22 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 21 Aug 2016 20:18:06 +0300, Baruch Siach wrote:
> tstools Makefile tries to build shared libtstools.so library unconditionally.
> 
> Fixes:
> http://autobuild.buildroot.net/results/208/20830bccab8508aab215c5fc8010e180cc68af51/
> http://autobuild.buildroot.net/results/988/9882f93e11dbaba8c6973bedc9d00dbb238a4c06/
> http://autobuild.buildroot.net/results/11c/11c802bcfab70a0a2593079657529c763fd82aa1/
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/tstools/Config.in | 5 +++++
>  1 file changed, 5 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-08-21 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-21 17:18 [Buildroot] [PATCH] tstools: requires dynamic library support Baruch Siach
2016-08-21 20:22 ` Thomas Petazzoni

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.