Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/qjson: not available for static builds
@ 2016-07-04 21:06 Yann E. MORIN
  2016-07-04 21:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2016-07-04 21:06 UTC (permalink / raw)
  To: buildroot

Fixes:
    http://autobuild.buildroot.org/results/ffa/ffa343702727e118bb98b9c273bd0605de7e75e2/
    http://autobuild.buildroot.org/results/3ca/3ca05b777789c58b0621a100490373416846aa87/
    http://autobuild.buildroot.org/results/a4f/a4f3f9c79731c69082f70c3841c012c576517921/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/qjson/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qjson/Config.in b/package/qjson/Config.in
index 0f0cc09..9ad164f 100644
--- a/package/qjson/Config.in
+++ b/package/qjson/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_QJSON
 	bool "qjson"
+	depends on !BR2_STATIC_LIBS
 	depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
 	help
 	  QJson is a Qt-based library that maps JSON data to
-- 
2.7.4

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

* [Buildroot] [PATCH] package/qjson: not available for static builds
  2016-07-04 21:06 [Buildroot] [PATCH] package/qjson: not available for static builds Yann E. MORIN
@ 2016-07-04 21:21 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-07-04 21:21 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  4 Jul 2016 23:06:54 +0200, Yann E. MORIN wrote:
> Fixes:
>     http://autobuild.buildroot.org/results/ffa/ffa343702727e118bb98b9c273bd0605de7e75e2/
>     http://autobuild.buildroot.org/results/3ca/3ca05b777789c58b0621a100490373416846aa87/
>     http://autobuild.buildroot.org/results/a4f/a4f3f9c79731c69082f70c3841c012c576517921/
>     ...
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/qjson/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/qjson/Config.in b/package/qjson/Config.in
> index 0f0cc09..9ad164f 100644
> --- a/package/qjson/Config.in
> +++ b/package/qjson/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_QJSON
>  	bool "qjson"
> +	depends on !BR2_STATIC_LIBS
>  	depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
>  	help
>  	  QJson is a Qt-based library that maps JSON data to

Config.in comment perhaps ? :-)

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-07-04 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04 21:06 [Buildroot] [PATCH] package/qjson: not available for static builds Yann E. MORIN
2016-07-04 21:21 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox