From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] ltrace_0.5.3.bb: Fix build for mipsel.
Date: Mon, 05 Jul 2010 16:11:41 +0930 [thread overview]
Message-ID: <4C317EA5.5070801@gmail.com> (raw)
Signed-off-by: Graham Gower <graham.gower@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
--
1.7.1
next reply other threads:[~2010-07-05 6:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-05 6:41 Graham Gower [this message]
2010-07-05 23:12 ` [PATCH] ltrace_0.5.3.bb: Fix build for mipsel Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C317EA5.5070801@gmail.com \
--to=graham.gower@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox