mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] glib.make: Follow CROSS_LIB_DIR.
@ 2021-07-02 11:15 Christian Melki
  2021-07-05  8:27 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2021-07-02 11:15 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/glib.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/glib.make b/rules/glib.make
index 007893fd4..304b3bff0 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -63,10 +63,10 @@ GLIB_CONF_OPT	:= \
 $(STATEDIR)/glib.install.post:
 	@$(call targetinfo)
 	@sed -i 's;^bindir=.*;bindir=$(PTXDIST_SYSROOT_HOST)/bin;' \
-		 $(GLIB_PKGDIR)/usr/lib/pkgconfig/gio-2.0.pc
+		 $(GLIB_PKGDIR)/usr/$(CROSS_LIB_DIR)/pkgconfig/gio-2.0.pc
 	@sed -i "s;'/usr;'$(SYSROOT)/usr;" \
-		$(GLIB_PKGDIR)/usr/share/gdb/auto-load/usr/lib/libglib-2.0.so*-gdb.py \
-		$(GLIB_PKGDIR)/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so*-gdb.py
+		$(GLIB_PKGDIR)/usr/share/gdb/auto-load/usr/$(CROSS_LIB_DIR)/libglib-2.0.so*-gdb.py \
+		$(GLIB_PKGDIR)/usr/share/gdb/auto-load/usr/$(CROSS_LIB_DIR)/libgobject-2.0.so*-gdb.py
 	@$(call world/install.post, GLIB)
 	@$(call touch)
 
-- 
2.32.0


_______________________________________________
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-07-05  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02 11:15 [ptxdist] [PATCH] glib.make: Follow CROSS_LIB_DIR Christian Melki
2021-07-05  8:27 ` [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