From: Graham Gower Date: Sun, 4 Jul 2010 20:41:41 +0000 (+0000) Subject: ltrace_0.5.3.bb: Fix build for mipsel. X-Git-Tag: sz_160~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85d97e7570210e25fa211ef80f859265ba31d7a;p=openembedded.git ltrace_0.5.3.bb: Fix build for mipsel. Signed-off-by: Graham Gower Signed-off-by: Khem Raj --- 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