From d85d97e7570210e25fa211ef80f859265ba31d7a Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Sun, 4 Jul 2010 20:41:41 +0000 Subject: [PATCH] ltrace_0.5.3.bb: Fix build for mipsel. Signed-off-by: Graham Gower Signed-off-by: Khem Raj --- recipes/ltrace/ltrace_0.5.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ltrace/ltrace_0.5.3.bb b/recipes/ltrace/ltrace_0.5.3.bb index 766fa3e300..f9c87472b9 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 \ @@ -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 -- 2.39.5