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

* Re: [ptxdist] [APPLIED] host-meson: specify install-data path
  2022-06-24 11:59 [ptxdist] [PATCH] host-meson: specify install-data path Lucas Stach
@ 2022-07-01  5:10 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-07-01  5:10 UTC (permalink / raw)
  To: ptxdist; +Cc: Lucas Stach

Thanks, applied as 16afb47d427a33b276eb34808828e0b312b01e85.

Michael

[sent from post-receive hook]

On Fri, 01 Jul 2022 07:10:39 +0200, Lucas Stach <l.stach@pengutronix.de> wrote:
> 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>
> Message-Id: <20220624115926.2957249-1-l.stach@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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:



^ 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