aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/strace/strace_4.5.15.bb
blob: 97f73df9a9ea8a5686aede327134d1b0d6825bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "strace is a system call tracing tool."
SECTION = "console/utils"
LICENSE = "GPL"
PR = "r1"

# this recipe is missing patches for arm and sh
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_avr32 = "1"

SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
	   file://strace-dont-include-linux-dirent-h.patch;patch=1 \
          "

SRC_URI_avr32 = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
           file://strace-4.5.15.atmel.1.patch;patch=1 \  
          "

inherit autotools

export INCLUDES = "-I. -I./linux"

SRC_URI[md5sum] = "ef40944118841803391d212cb64d3c5b"
SRC_URI[sha256sum] = "ba8c492c1b2033d4e2131f05df9e3780d4bc35bea87aa32a6052dd53a814e288"