From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/3] package/htop: fix sensors option
Date: Sun, 3 Apr 2022 20:58:01 +0200 [thread overview]
Message-ID: <20220403185801.GH1811301@scaer> (raw)
In-Reply-To: <20220403110455.2875846-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2022-04-03 13:04 +0200, Fabrice Fontaine spake thusly:
> Commit 811846df48745d58d96f6c0fbab0dec5f17d614b wrongly used
> --{with,without}-sensors instead of --{dis,en}able-sensors
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Series of three patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/htop/htop.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/htop/htop.mk b/package/htop/htop.mk
> index 7caa47ce13..210518da2f 100644
> --- a/package/htop/htop.mk
> +++ b/package/htop/htop.mk
> @@ -28,10 +28,10 @@ HTOP_CONF_OPTS += --disable-capabilities
> endif
>
> ifeq ($(BR2_PACKAGE_LM_SENSORS),y)
> -HTOP_CONF_OPTS += --with-sensors
> +HTOP_CONF_OPTS += --enable-sensors
> HTOP_DEPENDENCIES += lm-sensors
> else
> -HTOP_CONF_OPTS += --without-sensors
> +HTOP_CONF_OPTS += --disable-sensors
> endif
>
> ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
> --
> 2.35.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| 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. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-04-03 18:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-03 11:04 [Buildroot] [PATCH 1/3] package/htop: fix sensors option Fabrice Fontaine
2022-04-03 11:04 ` [Buildroot] [PATCH 2/3] package/htop: use official tarball Fabrice Fontaine
2022-04-04 17:51 ` Peter Korsgaard
2022-04-03 11:04 ` [Buildroot] [PATCH 3/3] package/htop: fix hwloc static build Fabrice Fontaine
2022-04-04 17:49 ` Peter Korsgaard
2022-04-03 18:58 ` Yann E. MORIN [this message]
2022-04-04 17:48 ` [Buildroot] [PATCH 1/3] package/htop: fix sensors option Peter Korsgaard
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=20220403185801.GH1811301@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/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.