mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rules/jimtcl.make: Let library symlinks follow CROSS_LIB_DIR
@ 2021-09-21  9:58 Christian Melki
  2021-10-07 10:18 ` [ptxdist] [APPLIED] jimtcl: " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2021-09-21  9:58 UTC (permalink / raw)
  To: ptxdist

Libraries were installed to a proper path, but the symlink wasn't.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/jimtcl.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/jimtcl.make b/rules/jimtcl.make
index eb39dd611..1a7fa823c 100644
--- a/rules/jimtcl.make
+++ b/rules/jimtcl.make
@@ -57,7 +57,7 @@ JIMTCL_CONF_OPT		:= \
 $(STATEDIR)/jimtcl.install:
 	@$(call targetinfo)
 	@$(call world/install, JIMTCL)
-	@ln -sf libjim.so.$(JIMTCL_VERSION) $(JIMTCL_PKGDIR)/usr/lib/libjim.so
+	@ln -sf libjim.so.$(JIMTCL_VERSION) $(JIMTCL_PKGDIR)/usr/$(CROSS_LIB_DIR)/libjim.so
 	@$(call touch)
 
 # ----------------------------------------------------------------------------
-- 
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] [APPLIED] jimtcl: Let library symlinks follow CROSS_LIB_DIR
  2021-09-21  9:58 [ptxdist] [PATCH] rules/jimtcl.make: Let library symlinks follow CROSS_LIB_DIR Christian Melki
@ 2021-10-07 10:18 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-10-07 10:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 591e61e8e10d93abca6fee0e3bb7f5a482d992ca.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:56 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Libraries were installed to a proper path, but the symlink wasn't.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20210921095852.971802-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/jimtcl.make b/rules/jimtcl.make
> index eb39dd611308..1a7fa823c524 100644
> --- a/rules/jimtcl.make
> +++ b/rules/jimtcl.make
> @@ -57,7 +57,7 @@ JIMTCL_CONF_OPT		:= \
>  $(STATEDIR)/jimtcl.install:
>  	@$(call targetinfo)
>  	@$(call world/install, JIMTCL)
> -	@ln -sf libjim.so.$(JIMTCL_VERSION) $(JIMTCL_PKGDIR)/usr/lib/libjim.so
> +	@ln -sf libjim.so.$(JIMTCL_VERSION) $(JIMTCL_PKGDIR)/usr/$(CROSS_LIB_DIR)/libjim.so
>  	@$(call touch)
>  
>  # ----------------------------------------------------------------------------

_______________________________________________
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-10-07 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21  9:58 [ptxdist] [PATCH] rules/jimtcl.make: Let library symlinks follow CROSS_LIB_DIR Christian Melki
2021-10-07 10:18 ` [ptxdist] [APPLIED] jimtcl: " Michael Olbrich

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