* [Buildroot] [PATCH 1/1] azmq: add NPTL dependency
@ 2018-02-23 17:50 Fabrice Fontaine
2018-02-25 20:39 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-02-23 17:50 UTC (permalink / raw)
To: buildroot
boost-log depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL so add this
dependency to azmq
Fixes:
- http://autobuild.buildroot.net/results/ffa5f21d7e7c38ea7adebc84f1cc8ee4cff74f1b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2:
- Fix error in subject (NPTL instead of NTPL)
package/azmq/Config.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/azmq/Config.in b/package/azmq/Config.in
index 422a058832..eeafa2ad6d 100644
--- a/package/azmq/Config.in
+++ b/package/azmq/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_AZMQ
bool "azmq"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_ATOMIC
- depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # boost-log
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
depends on BR2_USE_WCHAR # boost
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
@@ -20,9 +20,9 @@ config BR2_PACKAGE_AZMQ
https://github.com/zeromq/azmq
-comment "azmq needs a toolchain w/ C++11, wchar and threads"
+comment "azmq needs a toolchain w/ C++11, wchar and NTPL"
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 \
- && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
+ && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS_NPTL)
comment "azmq needs exception_ptr"
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] azmq: add NPTL dependency
2018-02-23 17:50 [Buildroot] [PATCH 1/1] azmq: add NPTL dependency Fabrice Fontaine
@ 2018-02-25 20:39 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-02-25 20:39 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 23 Feb 2018 18:50:37 +0100, Fabrice Fontaine wrote:
> boost-log depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL so add this
> dependency to azmq
>
> Fixes:
> - http://autobuild.buildroot.net/results/ffa5f21d7e7c38ea7adebc84f1cc8ee4cff74f1b
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2:
> - Fix error in subject (NPTL instead of NTPL)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-25 20:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-23 17:50 [Buildroot] [PATCH 1/1] azmq: add NPTL dependency Fabrice Fontaine
2018-02-25 20:39 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox