diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-15 09:08:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-15 09:08:04 +0000 |
commit | 79b866fe7de40709ac9192ba0e7b3e0c4eccc2ce (patch) | |
tree | 1a704dd506c0451818e41ab735772121a4f8dfad /packages/strace/strace_4.5.15.bb | |
parent | d50be7f3176b036238821522a32e9c4d3f805122 (diff) |
strace: add avr32 support
Diffstat (limited to 'packages/strace/strace_4.5.15.bb')
-rw-r--r-- | packages/strace/strace_4.5.15.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/strace/strace_4.5.15.bb b/packages/strace/strace_4.5.15.bb new file mode 100644 index 0000000000..e73fb0f732 --- /dev/null +++ b/packages/strace/strace_4.5.15.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "strace is a system call tracing tool." +SECTION = "console/utils" +LICENSE = "GPL" + +# 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 \ + " + +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" |