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