* [Buildroot] [PATCH] ltrace: Add missing mips->mipsel symlink
@ 2013-08-30 10:17 Markos Chandras
2013-08-30 12:10 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Markos Chandras @ 2013-08-30 10:17 UTC (permalink / raw)
To: buildroot
Restore missing mips->mipsel symlink. It appears ltrace was
packaged incorrectly and the symlink got lost. See
http://lists.alioth.debian.org/pipermail/ltrace-devel/2013-August/000938.html
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
package/ltrace/ltrace.mk | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/ltrace/ltrace.mk b/package/ltrace/ltrace.mk
index 55930b8..08d6276 100644
--- a/package/ltrace/ltrace.mk
+++ b/package/ltrace/ltrace.mk
@@ -13,6 +13,12 @@ LTRACE_CONF_OPT = --disable-werror
LTRACE_LICENSE = GPLv2
LTRACE_LICENSE_FILES = COPYING
+define LTRACE_MIPS_SYMLINK
+ cd $(@D)/sysdeps/linux-gnu; ln -sf mipsel mips
+endef
+
+LTRACE_POST_EXTRACT_HOOKS += LTRACE_MIPS_SYMLINK
+
# ltrace can use libunwind only if libc has backtrace() support
# We don't normally do so for uClibc and we can't know if it's external
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-30 12:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-30 10:17 [Buildroot] [PATCH] ltrace: Add missing mips->mipsel symlink Markos Chandras
2013-08-30 12:10 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox