enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / strace / strace_4.5.15.bb
1 DESCRIPTION = "strace is a system call tracing tool."
2 SECTION = "console/utils"
3 LICENSE = "GPL"
4 PR = "r1"
5
6 # this recipe is missing patches for arm and sh
7 DEFAULT_PREFERENCE = "-1"
8 DEFAULT_PREFERENCE_avr32 = "1"
9
10 SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
11            file://strace-dont-include-linux-dirent-h.patch;patch=1 \
12           "
13
14 SRC_URI_avr32 = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
15            file://strace-4.5.15.atmel.1.patch;patch=1 \  
16           "
17
18 inherit autotools
19
20 export INCLUDES = "-I. -I./linux"