All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ltrace_0.5.3.bb: Fix build for mipsel.
@ 2010-07-05  6:41 Graham Gower
  2010-07-05 23:12 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Graham Gower @ 2010-07-05  6:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 recipes/ltrace/ltrace_0.5.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ltrace/ltrace_0.5.3.bb b/recipes/ltrace/ltrace_0.5.3.bb
index 368fca2..c856788 100644
--- a/recipes/ltrace/ltrace_0.5.3.bb
+++ b/recipes/ltrace/ltrace_0.5.3.bb
@@ -4,7 +4,7 @@ SECTION = "devel"
 DEPENDS = "libelf binutils"
 LICENSE = "GPLv2"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "\
   ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz;name=archive \
@@ -23,7 +23,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"
 do_configure_prepend() {
 	case ${TARGET_ARCH} in
 		arm*)  ln -sf ./linux-gnu sysdeps/linux-gnueabi ;;
-		mips)  ln -sf ./mipsel sysdeps/linux-gnu/mips ;;
+		mips*)  ln -sf ./mipsel sysdeps/linux-gnu/mips ;;
 	esac
 	sed -e 's:uname -m:echo @HOST_CPU@:' \
 		sysdeps/linux-gnu/Makefile > sysdeps/linux-gnu/Makefile.in
-- 
1.7.1




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

end of thread, other threads:[~2010-07-05 23:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-05  6:41 [PATCH] ltrace_0.5.3.bb: Fix build for mipsel Graham Gower
2010-07-05 23:12 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.