diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-05 11:55:27 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-05 11:55:27 +0000 |
commit | b85fae03d81d8c00266ff4e2b59dff7982b41cb3 (patch) | |
tree | de99a97aafb6f72d87fecd36e94f1ca76f67b595 /strace | |
parent | 20e8fe8be9b1ee98f3f13c94be6283d1bdca0b39 (diff) |
remove some redundant patches
BKrev: 413afeafgzprTCp2Y5_V5ulubG5sDQ
Diffstat (limited to 'strace')
-rw-r--r-- | strace/strace_4.5.7.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/strace/strace_4.5.7.oe b/strace/strace_4.5.7.oe index e69de29bb2..5c3a71e4a7 100644 --- a/strace/strace_4.5.7.oe +++ b/strace/strace_4.5.7.oe @@ -0,0 +1,10 @@ +PR = "r1" + +DESCRIPTION = "strace is a system call tracing tool." + +SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ + file://arm-syscallent.patch;patch=1" + +inherit autotools + +export INCLUDES = "-I. -I./linux" |