mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rules/wayland.make: Follow CROSS_LIB_DIR when installing.
@ 2021-09-15 14:50 Christian Melki
  2021-09-29 12:15 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2021-09-15 14:50 UTC (permalink / raw)
  To: ptxdist

---
 rules/wayland.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/wayland.make b/rules/wayland.make
index b237a9701..4464211b7 100644
--- a/rules/wayland.make
+++ b/rules/wayland.make
@@ -53,8 +53,8 @@ $(STATEDIR)/wayland.install.post:
 	@rm -f $(WAYLAND_PKGDIR)/usr/bin/wayland-scanner
 	@$(call world/install.post, WAYLAND)
 	@sed 's;^prefix=.*;prefix=$(PTXDIST_SYSROOT_HOST);' \
-		$(PTXDIST_SYSROOT_HOST)/lib/pkgconfig/wayland-scanner.pc \
-		> $(PTXDIST_SYSROOT_TARGET)/usr/lib/pkgconfig/wayland-scanner.pc
+		$(PTXDIST_SYSROOT_HOST)/$(CROSS_LIB_DIR)/pkgconfig/wayland-scanner.pc \
+		> $(PTXDIST_SYSROOT_TARGET)/usr/$(CROSS_LIB_DIR)/pkgconfig/wayland-scanner.pc
 	@$(call touch)
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH] rules/wayland.make: Follow CROSS_LIB_DIR when installing.
  2021-09-15 14:50 [ptxdist] [PATCH] rules/wayland.make: Follow CROSS_LIB_DIR when installing Christian Melki
@ 2021-09-29 12:15 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-09-29 12:15 UTC (permalink / raw)
  To: Christian Melki; +Cc: ptxdist

Like the other patches: The subject should start with "wayland:" and your
SOB is missing.

Michael

On Wed, Sep 15, 2021 at 04:50:19PM +0200, Christian Melki wrote:
> ---
>  rules/wayland.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/wayland.make b/rules/wayland.make
> index b237a9701..4464211b7 100644
> --- a/rules/wayland.make
> +++ b/rules/wayland.make
> @@ -53,8 +53,8 @@ $(STATEDIR)/wayland.install.post:
>  	@rm -f $(WAYLAND_PKGDIR)/usr/bin/wayland-scanner
>  	@$(call world/install.post, WAYLAND)
>  	@sed 's;^prefix=.*;prefix=$(PTXDIST_SYSROOT_HOST);' \
> -		$(PTXDIST_SYSROOT_HOST)/lib/pkgconfig/wayland-scanner.pc \
> -		> $(PTXDIST_SYSROOT_TARGET)/usr/lib/pkgconfig/wayland-scanner.pc
> +		$(PTXDIST_SYSROOT_HOST)/$(CROSS_LIB_DIR)/pkgconfig/wayland-scanner.pc \
> +		> $(PTXDIST_SYSROOT_TARGET)/usr/$(CROSS_LIB_DIR)/pkgconfig/wayland-scanner.pc
>  	@$(call touch)
>  # ----------------------------------------------------------------------------
>  # Target-Install
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-09-29 12:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 14:50 [ptxdist] [PATCH] rules/wayland.make: Follow CROSS_LIB_DIR when installing Christian Melki
2021-09-29 12:15 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox