[oe] [PATCH] ltrace_0.5.3.bb: Fix build for mipsel.

Graham Gower graham.gower at gmail.com
Mon Jul 5 06:41:41 UTC 2010


Signed-off-by: Graham Gower <graham.gower at 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





More information about the Openembedded-devel mailing list