[oe-commits] Graham Gower : ltrace_0.5.3.bb: Fix build for mipsel.

git version control git at git.openembedded.org
Mon Jul 5 21:22:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 62a0960efacc96b56eb8ec54d53e05420060f49c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=62a0960efacc96b56eb8ec54d53e05420060f49c

Author: Graham Gower <graham.gower at gmail.com>
Date:   Sun Jul  4 20:41:41 2010 +0000

ltrace_0.5.3.bb: Fix build for mipsel.

Signed-off-by: Graham Gower <graham.gower at gmail.com>
Signed-off-by: Khem Raj <raj.khem 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





More information about the Openembedded-commits mailing list