ltrace_0.5.3.bb: Fix build for mipsel.
authorGraham Gower <graham.gower@gmail.com>
Sun, 4 Jul 2010 20:41:41 +0000 (20:41 +0000)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 7 Apr 2013 16:35:08 +0000 (19:35 +0300)
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/ltrace/ltrace_0.5.3.bb

index 766fa3e..f9c8747 100644 (file)
@@ -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 \
@@ -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