* [Buildroot] [PATCH] mosh: don't show dependencies comment on unsupported arches
@ 2015-07-26 22:21 Baruch Siach
2015-07-26 22:38 ` Yann E. MORIN
0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2015-07-26 22:21 UTC (permalink / raw)
To: buildroot
Cc: Christian Stewart <christian@paral.in>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/mosh/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/mosh/Config.in b/package/mosh/Config.in
index 2f5214cd3c88..4ad7d61023b6 100644
--- a/package/mosh/Config.in
+++ b/package/mosh/Config.in
@@ -1,5 +1,6 @@
comment "mosh needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !(BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64)
config BR2_PACKAGE_MOSH
bool "mosh"
--
2.1.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] mosh: don't show dependencies comment on unsupported arches
2015-07-26 22:21 [Buildroot] [PATCH] mosh: don't show dependencies comment on unsupported arches Baruch Siach
@ 2015-07-26 22:38 ` Yann E. MORIN
2015-07-26 22:41 ` Christian Stewart
0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2015-07-26 22:38 UTC (permalink / raw)
To: buildroot
Baruch, All,
On 2015-07-27 01:21 +0300, Baruch Siach spake thusly:
> Cc: Christian Stewart <christian@paral.in>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Thanks for spotting that! :-)
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/mosh/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/mosh/Config.in b/package/mosh/Config.in
> index 2f5214cd3c88..4ad7d61023b6 100644
> --- a/package/mosh/Config.in
> +++ b/package/mosh/Config.in
> @@ -1,5 +1,6 @@
> comment "mosh needs a toolchain w/ threads"
> depends on !BR2_TOOLCHAIN_HAS_THREADS
> + depends on !(BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64)
>
> config BR2_PACKAGE_MOSH
> bool "mosh"
> --
> 2.1.4
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] mosh: don't show dependencies comment on unsupported arches
2015-07-26 22:38 ` Yann E. MORIN
@ 2015-07-26 22:41 ` Christian Stewart
2015-07-26 22:58 ` Baruch Siach
0 siblings, 1 reply; 5+ messages in thread
From: Christian Stewart @ 2015-07-26 22:41 UTC (permalink / raw)
To: buildroot
All,
Not sure how I missed that.
Thanks!
Christian
Acked-by: "Christian Stewart" <c <yann.morin.1998@free.fr>hristian at paral.in>
On Sun, Jul 26, 2015 at 3:38 PM Yann E. MORIN <yann.morin.1998@free.fr>
wrote:
> Baruch, All,
>
> On 2015-07-27 01:21 +0300, Baruch Siach spake thusly:
> > Cc: Christian Stewart <christian@paral.in>
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
>
> Thanks for spotting that! :-)
>
> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
>
> Regards,
> Yann E. MORIN.
>
> > ---
> > package/mosh/Config.in | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/package/mosh/Config.in b/package/mosh/Config.in
> > index 2f5214cd3c88..4ad7d61023b6 100644
> > --- a/package/mosh/Config.in
> > +++ b/package/mosh/Config.in
> > @@ -1,5 +1,6 @@
> > comment "mosh needs a toolchain w/ threads"
> > depends on !BR2_TOOLCHAIN_HAS_THREADS
> > + depends on !(BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64)
> >
> > config BR2_PACKAGE_MOSH
> > bool "mosh"
> > --
> > 2.1.4
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
>
> --
>
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
> conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___
> |
> | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is
> no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v
> conspiracy. |
>
> '------------------------------^-------^------------------^--------------------'
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150726/71145644/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] mosh: don't show dependencies comment on unsupported arches
2015-07-26 22:41 ` Christian Stewart
@ 2015-07-26 22:58 ` Baruch Siach
2015-07-27 0:35 ` Christian Stewart
0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2015-07-26 22:58 UTC (permalink / raw)
To: buildroot
Hi Christian,
On Sun, Jul 26, 2015 at 10:41:54PM +0000, Christian Stewart wrote:
> Not sure how I missed that.
>
> Thanks!
> Christian
>
> Acked-by: "Christian Stewart" <c <yann.morin.1998@free.fr>hristian at paral.in>
Something went wrong here, I think.
baruch
> On Sun, Jul 26, 2015 at 3:38 PM Yann E. MORIN <yann.morin.1998@free.fr>
> wrote:
>
> > Baruch, All,
> >
> > On 2015-07-27 01:21 +0300, Baruch Siach spake thusly:
> > > Cc: Christian Stewart <christian@paral.in>
> > > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> >
> > Thanks for spotting that! :-)
> >
> > Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> >
> > Regards,
> > Yann E. MORIN.
> >
> > > ---
> > > package/mosh/Config.in | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > > diff --git a/package/mosh/Config.in b/package/mosh/Config.in
> > > index 2f5214cd3c88..4ad7d61023b6 100644
> > > --- a/package/mosh/Config.in
> > > +++ b/package/mosh/Config.in
> > > @@ -1,5 +1,6 @@
> > > comment "mosh needs a toolchain w/ threads"
> > > depends on !BR2_TOOLCHAIN_HAS_THREADS
> > > + depends on !(BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64)
> > >
> > > config BR2_PACKAGE_MOSH
> > > bool "mosh"
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] mosh: don't show dependencies comment on unsupported arches
2015-07-26 22:58 ` Baruch Siach
@ 2015-07-27 0:35 ` Christian Stewart
0 siblings, 0 replies; 5+ messages in thread
From: Christian Stewart @ 2015-07-27 0:35 UTC (permalink / raw)
To: buildroot
Yeah, I saw that after submitting the email... On my end it just looked
like my email, I guess something went weird with my email client.
Christian
On Sun, Jul 26, 2015 at 3:58 PM Baruch Siach <baruch@tkos.co.il> wrote:
> Hi Christian,
>
> On Sun, Jul 26, 2015 at 10:41:54PM +0000, Christian Stewart wrote:
> > Not sure how I missed that.
> >
> > Thanks!
> > Christian
> >
> > Acked-by: "Christian Stewart" <c <yann.morin.1998@free.fr>
> hristian at paral.in>
>
> Something went wrong here, I think.
>
> baruch
>
> > On Sun, Jul 26, 2015 at 3:38 PM Yann E. MORIN <yann.morin.1998@free.fr>
> > wrote:
> >
> > > Baruch, All,
> > >
> > > On 2015-07-27 01:21 +0300, Baruch Siach spake thusly:
> > > > Cc: Christian Stewart <christian@paral.in>
> > > > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> > >
> > > Thanks for spotting that! :-)
> > >
> > > Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > >
> > > Regards,
> > > Yann E. MORIN.
> > >
> > > > ---
> > > > package/mosh/Config.in | 1 +
> > > > 1 file changed, 1 insertion(+)
> > > >
> > > > diff --git a/package/mosh/Config.in b/package/mosh/Config.in
> > > > index 2f5214cd3c88..4ad7d61023b6 100644
> > > > --- a/package/mosh/Config.in
> > > > +++ b/package/mosh/Config.in
> > > > @@ -1,5 +1,6 @@
> > > > comment "mosh needs a toolchain w/ threads"
> > > > depends on !BR2_TOOLCHAIN_HAS_THREADS
> > > > + depends on !(BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64)
> > > >
> > > > config BR2_PACKAGE_MOSH
> > > > bool "mosh"
>
> --
> http://baruch.siach.name/blog/ ~. .~ Tk Open
> Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
> - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150727/04b40e5a/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-07-27 0:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-26 22:21 [Buildroot] [PATCH] mosh: don't show dependencies comment on unsupported arches Baruch Siach
2015-07-26 22:38 ` Yann E. MORIN
2015-07-26 22:41 ` Christian Stewart
2015-07-26 22:58 ` Baruch Siach
2015-07-27 0:35 ` Christian Stewart
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.