All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/libiscsi: needs threads
Date: Mon, 15 Jul 2019 19:05:56 +0200	[thread overview]
Message-ID: <20190715170556.GM29941@scaer> (raw)
In-Reply-To: <20190715163702.1978-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2019-07-15 18:37 +0200, Fabrice Fontaine spake thusly:
> threads are needed since bump to version 1.19.0 and
> https://github.com/sahlberg/libiscsi/commit/41af44eba113c59dc43764d1d240397616e85b82
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/1d71c95378a6ef9774926bf7431c1a315e4a1b3e
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/libiscsi/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/libiscsi/Config.in b/package/libiscsi/Config.in
> index 760fecea66..1e75071476 100644
> --- a/package/libiscsi/Config.in
> +++ b/package/libiscsi/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_LIBISCSI
>  	bool "libiscsi"
> +	depends on BR2_TOOLCHAIN_HAS_THREADS
>  	help
>  	  Libiscsi is a client-side library to implement the iSCSI
>  	  protocol that can be used to access resource of an iSCSI
> @@ -10,3 +11,6 @@ config BR2_PACKAGE_LIBISCSI
>  	  for simpler applications.
>  
>  	  https://github.com/sahlberg/libiscsi  (no proper homepage)
> +
> +comment "libiscsi needs a toolchain w/ threads"
> +	depends on !BR2_TOOLCHAIN_HAS_THREADS
> -- 
> 2.20.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2019-07-15 17:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-15 16:37 [Buildroot] [PATCH 1/1] package/libiscsi: needs threads Fabrice Fontaine
2019-07-15 17:05 ` Yann E. MORIN [this message]
2019-07-17  5:39 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190715170556.GM29941@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.