python-pyrex: Rework DEPENDS updates
[openembedded.git] / recipes / strace / strace_4.5.14.bb
blob8526c91d725cc352258eb200276602853ce8e9cb
1 DESCRIPTION = "strace is a system call tracing tool."
2 SECTION = "console/utils"
3 LICENSE = "GPL"
4 PR = "r9"
6 SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
7 file://glibc-2.5.patch \
8 file://arm-eabi.patch \
9 file://sh-arch-update.patch \
10 file://sh-syscall-update.patch \
11 file://strace-fix-arm-bad-syscall.patch \
12 file://strace-undef-syscall.patch \
13 file://strace-arm-no-cachectl.patch \
14 file://strace-dont-include-linux-dirent-h.patch \
15 file://mips-sigcontext.patch \
18 # The strace-4.5.14-avr32.patch conflicts with some other patches.
19 # These patches are primarly for the ARM and SuperH, so we'll just
20 # not use them when building for the AVR32.
21 # The avr32 patch also includes the drop-ctl-proc.patch
22 # The AVR32 patches are from http://avr32linux.org/twiki/bin/view/Main/STrace
23 SRC_URI_avr32 = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
24 file://strace-4.5.14-avr32.patch \
25 file://strace-4.5.14-avr32-add-syscalls-up-to-sysvipc.patch \
28 inherit autotools
30 export INCLUDES = "-I. -I./linux"
32 SRC_URI[md5sum] = "09bcd5d00ece28f8154dec11cadfce3c"
33 SRC_URI[sha256sum] = "a6808914cbfead2595dfd061a0f14dcbb0a8bb645e3cfdfa5c247d7ded9e0e7d"