From: Christian Melki <christian.melki@t2data.com> To: ptxdist@pengutronix.de Subject: [ptxdist] [PATCH] glib.make: Follow CROSS_LIB_DIR. Date: Fri, 2 Jul 2021 13:15:56 +0200 [thread overview] Message-ID: <20210702111556.7646-1-christian.melki@t2data.com> (raw) 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
next reply other threads:[~2021-07-02 11:17 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-02 11:15 Christian Melki [this message] 2021-07-05 8:27 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210702111556.7646-1-christian.melki@t2data.com \ --to=christian.melki@t2data.com \ --cc=ptxdist@pengutronix.de \ --subject='Re: [ptxdist] [PATCH] glib.make: Follow CROSS_LIB_DIR.' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox