* [ptxdist] [PATCH] host-mesalib: select HOST_SYSTEM_PYTHON3_PYYAML
@ 2025-02-10 10:04 Philipp Zabel
2025-02-17 7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2025-02-10 10:04 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Select HOST_SYSTEM_PYTHON3_PYYAML in host-mesalib.make as well.
While commit b59b5b9fc9bc ("mesalib: select HOST_SYSTEM_PYTHON3_PYYAML")
happened to fix the build because host-mesalib is never enabled without
mesalib, and PTXdist doesn't filter out host Python dependencies with
missing selects, host-mesalib does have a direct dependency on PyYAML.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/host-mesalib.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/host-mesalib.in b/rules/host-mesalib.in
index b69547aa3a05..22842f05e3f3 100644
--- a/rules/host-mesalib.in
+++ b/rules/host-mesalib.in
@@ -11,6 +11,7 @@ config HOST_MESALIB
select HOST_SPIRV_LLVM_TRANSLATOR if HOST_MESALIB_INTEL_CLC
select HOST_SYSTEM_PYTHON3
select HOST_SYSTEM_PYTHON3_MAKO
+ select HOST_SYSTEM_PYTHON3_PYYAML
select HOST_ZLIB
if HOST_MESALIB
--
2.39.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] host-mesalib: select HOST_SYSTEM_PYTHON3_PYYAML
2025-02-10 10:04 [ptxdist] [PATCH] host-mesalib: select HOST_SYSTEM_PYTHON3_PYYAML Philipp Zabel
@ 2025-02-17 7:24 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-02-17 7:24 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 82e3c0bdffbde8d32e7d66a4d077173fdb99632f.
Michael
[sent from post-receive hook]
On Mon, 17 Feb 2025 08:24:26 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Select HOST_SYSTEM_PYTHON3_PYYAML in host-mesalib.make as well.
>
> While commit b59b5b9fc9bc ("mesalib: select HOST_SYSTEM_PYTHON3_PYYAML")
> happened to fix the build because host-mesalib is never enabled without
> mesalib, and PTXdist doesn't filter out host Python dependencies with
> missing selects, host-mesalib does have a direct dependency on PyYAML.
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20250210100439.3152334-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-mesalib.in b/rules/host-mesalib.in
> index b69547aa3a05..22842f05e3f3 100644
> --- a/rules/host-mesalib.in
> +++ b/rules/host-mesalib.in
> @@ -11,6 +11,7 @@ config HOST_MESALIB
> select HOST_SPIRV_LLVM_TRANSLATOR if HOST_MESALIB_INTEL_CLC
> select HOST_SYSTEM_PYTHON3
> select HOST_SYSTEM_PYTHON3_MAKO
> + select HOST_SYSTEM_PYTHON3_PYYAML
> select HOST_ZLIB
>
> if HOST_MESALIB
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-17 7:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-10 10:04 [ptxdist] [PATCH] host-mesalib: select HOST_SYSTEM_PYTHON3_PYYAML Philipp Zabel
2025-02-17 7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox