summaryrefslogtreecommitdiff
path: root/packages/strace/strace_4.5.14.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-15 09:08:04 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-15 09:08:04 +0000
commit79b866fe7de40709ac9192ba0e7b3e0c4eccc2ce (patch)
tree1a704dd506c0451818e41ab735772121a4f8dfad /packages/strace/strace_4.5.14.bb
parentd50be7f3176b036238821522a32e9c4d3f805122 (diff)
strace: add avr32 support
Diffstat (limited to 'packages/strace/strace_4.5.14.bb')
-rw-r--r--packages/strace/strace_4.5.14.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/strace/strace_4.5.14.bb b/packages/strace/strace_4.5.14.bb
index 50baef86dc..f2838271ba 100644
--- a/packages/strace/strace_4.5.14.bb
+++ b/packages/strace/strace_4.5.14.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "strace is a system call tracing tool."
SECTION = "console/utils"
LICENSE = "GPL"
-PR = "r4"
+PR = "r5"
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
file://glibc-2.5.patch;patch=1 \
@@ -10,7 +10,13 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
file://sh-arch-update.patch;patch=1 \
file://sh-syscall-update.patch;patch=1 \
file://strace-fix-arm-bad-syscall.patch;patch=1 \
- file://strace-undef-syscall.patch;patch=1 "
+ file://strace-undef-syscall.patch;patch=1 \
+ "
+
+SRC_URI_avr32 = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
+ file://strace-4.5.14-avr32.patch;patch=1 \
+ file://strace-4.5.14-add-syscalls-up-to-sysvipc.patch;patch=1 \
+ "
inherit autotools