diff options
author | Graham Gower <graham.gower@gmail.com> | 2010-07-04 20:41:41 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-05 14:22:08 -0700 |
commit | 62a0960efacc96b56eb8ec54d53e05420060f49c (patch) | |
tree | 2455db63550e67773a1bec3850270d249d98d08a | |
parent | 5ac52371b09a25518b60e23e80c8c812cdea6e36 (diff) |
ltrace_0.5.3.bb: Fix build for mipsel.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | 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 368fca2544..c856788833 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 |