From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Jared Bents <jared.bents@rockwellcollins.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/3] package/libvirt: fix ssh2 option
Date: Sun, 9 Jan 2022 21:24:19 +0100 [thread overview]
Message-ID: <20220109202419.GF1477939@scaer> (raw)
In-Reply-To: <20220109200039.3188788-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2022-01-09 21:00 +0100, Fabrice Fontaine spake thusly:
> Fix the following build failure raised since commit
> fbf25acfbfd5a73b3560918bea081768abbe5723:
>
> output/build/libvirt-7.7.0/meson.build:1:0: ERROR: Unknown options: "ssh2"
>
> Fixes:
> - No autobuilder failures (yet)
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Series of 3 patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libvirt/libvirt.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libvirt/libvirt.mk b/package/libvirt/libvirt.mk
> index 41218c0e53..0c1ee82f43 100644
> --- a/package/libvirt/libvirt.mk
> +++ b/package/libvirt/libvirt.mk
> @@ -220,10 +220,10 @@ LIBVIRT_CONF_OPTS += -Dsasl=disabled
> endif
>
> ifeq ($(BR2_PACKAGE_LIBSSH2),y)
> -LIBVIRT_CONF_OPTS += -Dssh2=enabled
> +LIBVIRT_CONF_OPTS += -Dlibssh2=enabled
> LIBVIRT_DEPENDENCIES += libssh2
> else
> -LIBVIRT_CONF_OPTS += -Dssh2=disabled
> +LIBVIRT_CONF_OPTS += -Dlibssh2=disabled
> endif
>
> ifeq ($(BR2_PACKAGE_LIBVIRT_LXC),y)
> --
> 2.34.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-01-09 20:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-09 20:00 [Buildroot] [PATCH 1/3] package/libvirt: fix ssh2 option Fabrice Fontaine
2022-01-09 20:00 ` [Buildroot] [PATCH 2/3] package/libvirt: disable sasl Fabrice Fontaine
2022-01-27 16:58 ` Peter Korsgaard
2022-01-09 20:00 ` [Buildroot] [PATCH 3/3] package/libvirt: bump to version 7.10.0 Fabrice Fontaine
2022-01-09 20:24 ` Yann E. MORIN [this message]
2022-01-27 16:57 ` [Buildroot] [PATCH 1/3] package/libvirt: fix ssh2 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=20220109202419.GF1477939@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=jared.bents@rockwellcollins.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox