mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-meson: specify install-data path
@ 2022-06-24 11:59 Lucas Stach
  2022-07-01  5:10 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2022-06-24 11:59 UTC (permalink / raw)
  To: ptxdist

Not sure what exactly triggered this, but after a host update meson tries
to create directories in /local in the install_data stage. Fix this by
setting the the install-data path.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/host-meson.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/host-meson.make b/rules/host-meson.make
index 21afe914c77d..038db5570d89 100644
--- a/rules/host-meson.make
+++ b/rules/host-meson.make
@@ -49,6 +49,7 @@ HOST_MESON_INSTALL_OPT	:= \
 	--prefix=/ \
 	--install-lib=/lib/meson \
 	--install-scripts=/lib/meson \
+	--install-data=/lib/meson \
 	--root=$(HOST_MESON_PKGDIR)
 
 $(STATEDIR)/host-meson.install:
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-01  5:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 11:59 [ptxdist] [PATCH] host-meson: specify install-data path Lucas Stach
2022-07-01  5:10 ` [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