* [Buildroot] [PATCH v2] directfb: depends on NPTL threading
@ 2016-07-08 22:21 Waldemar Brodkorb
2016-07-16 15:36 ` Romain Naour
2016-07-17 13:08 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2016-07-08 22:21 UTC (permalink / raw)
To: buildroot
Fixes following autobuild failure:
http://autobuild.buildroot.net/results/162db0d62075a16c7abae1229676e2cdb29fe953/
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
v1 -> v2:
- rather adding an experimental patch without runtime testing for
an unmaintained software, we depend on NPTL as discussed with
Thomas Petazzoni on IRC
---
package/directfb/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index f0bcaaa..f38f051 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_DIRECTFB
bool "directfb"
- depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
depends on !BR2_TOOLCHAIN_USES_MUSL # sigval_t issue
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] directfb: depends on NPTL threading
2016-07-08 22:21 [Buildroot] [PATCH v2] directfb: depends on NPTL threading Waldemar Brodkorb
@ 2016-07-16 15:36 ` Romain Naour
2016-07-17 13:08 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2016-07-16 15:36 UTC (permalink / raw)
To: buildroot
Hi Waldemar,
Le 09/07/2016 ? 00:21, Waldemar Brodkorb a ?crit :
> Fixes following autobuild failure:
> http://autobuild.buildroot.net/results/162db0d62075a16c7abae1229676e2cdb29fe953/
Please propagate BR2_TOOLCHAIN_HAS_THREADS_NPTL to the comment dependency at the
bottom of the file.
With that fixed:
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Best regards,
Romain
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
> v1 -> v2:
> - rather adding an experimental patch without runtime testing for
> an unmaintained software, we depend on NPTL as discussed with
> Thomas Petazzoni on IRC
> ---
> package/directfb/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/directfb/Config.in b/package/directfb/Config.in
> index f0bcaaa..f38f051 100644
> --- a/package/directfb/Config.in
> +++ b/package/directfb/Config.in
> @@ -1,6 +1,6 @@
> config BR2_PACKAGE_DIRECTFB
> bool "directfb"
> - depends on BR2_TOOLCHAIN_HAS_THREADS
> + depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
> depends on BR2_INSTALL_LIBSTDCPP
> depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
> depends on !BR2_TOOLCHAIN_USES_MUSL # sigval_t issue
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] directfb: depends on NPTL threading
2016-07-08 22:21 [Buildroot] [PATCH v2] directfb: depends on NPTL threading Waldemar Brodkorb
2016-07-16 15:36 ` Romain Naour
@ 2016-07-17 13:08 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-07-17 13:08 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 9 Jul 2016 00:21:29 +0200, Waldemar Brodkorb wrote:
> Fixes following autobuild failure:
> http://autobuild.buildroot.net/results/162db0d62075a16c7abae1229676e2cdb29fe953/
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
> v1 -> v2:
> - rather adding an experimental patch without runtime testing for
> an unmaintained software, we depend on NPTL as discussed with
> Thomas Petazzoni on IRC
> ---
> package/directfb/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
I've applied, after adjusting the Config.in comment, as noticed by
Romain Naour.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-17 13:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-08 22:21 [Buildroot] [PATCH v2] directfb: depends on NPTL threading Waldemar Brodkorb
2016-07-16 15:36 ` Romain Naour
2016-07-17 13:08 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox