diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-09-28 23:37:24 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-09-28 23:37:24 +0100 |
commit | 725fdd557f6df0e8ed4f223b5860859f5eec6628 (patch) | |
tree | ae11ab74b73f0a27405af9b8fe5fca56fe90b019 /recipes/strace/strace_4.5.18.bb | |
parent | 5d56edd5ad871cd83fbbd850c7d40ac85c6d1364 (diff) |
strace_4.5.18.bb : newer strace for avr32, 4.5.15 wasnt building here
Forward ported the neccessary patches and think I made the correct set
of changes to get them to merge.
Diffstat (limited to 'recipes/strace/strace_4.5.18.bb')
-rw-r--r-- | recipes/strace/strace_4.5.18.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/strace/strace_4.5.18.bb b/recipes/strace/strace_4.5.18.bb new file mode 100644 index 0000000000..049706c6ff --- /dev/null +++ b/recipes/strace/strace_4.5.18.bb @@ -0,0 +1,20 @@ +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" |