From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Romain Naour <romain.naour@smile.fr>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2 1/3] package/rust/rust.mk: add missing host-zlib dependency
Date: Sat, 2 Mar 2024 23:07:10 +0100 [thread overview]
Message-ID: <ZeOjDlcTpkAMw6VG@landeda> (raw)
In-Reply-To: <20240229224122.1085300-1-romain.naour@smile.fr>
Romain, All,
On 2024-02-29 23:41 +0100, Romain Naour spake thusly:
> Several rust tool are linking against zlib, so add
> the depedency explicitely in HOST_RUST_DEPENDENCIES.
>
> For now, host-rust build system is not able to find
> provided by Buildroot in HOST_DIR due to at least two
> issues that will be fixed in followup commits.
I've slightly reflowed the commit log, and added a note about the
transitive depndency.
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> v2: new commit
> ---
> package/rust/rust.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/rust/rust.mk b/package/rust/rust.mk
> index f7a5c0fcd5..16a397407f 100644
> --- a/package/rust/rust.mk
> +++ b/package/rust/rust.mk
> @@ -20,6 +20,7 @@ HOST_RUST_DEPENDENCIES = \
> host-python3 \
> host-rust-bin \
> host-openssl \
> + host-zlib \
> $(BR2_CMAKE_HOST_DEPENDENCY)
>
> HOST_RUST_VERBOSITY = $(if $(VERBOSE),2,0)
> --
> 2.43.2
>
> _______________________________________________
> 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
prev parent reply other threads:[~2024-03-02 22:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-29 22:41 [Buildroot] [PATCH v2 1/3] package/rust/rust.mk: add missing host-zlib dependency Romain Naour
2024-02-29 22:41 ` [Buildroot] [PATCH v2 2/3] package/rust: use host libraries from HOST_DIR Romain Naour
2024-03-02 22:07 ` Yann E. MORIN
2024-02-29 22:41 ` [Buildroot] [PATCH v2 3/3] package/rust: provide RUSTFLAGS for cargo Romain Naour
2024-03-02 21:45 ` Yann E. MORIN
2024-03-02 21:54 ` Romain Naour
2024-03-02 22:06 ` Yann E. MORIN
2024-03-02 22:07 ` Yann E. MORIN [this message]
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=ZeOjDlcTpkAMw6VG@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=romain.naour@smile.fr \
/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.