aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/strace/strace_4.5.14.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-03-24 14:14:05 -0700
committerKhem Raj <raj.khem@gmail.com>2009-03-24 14:14:05 -0700
commitba18a4e16b0082c45c3b5486b4d5ac2891b8642e (patch)
treef1300343d8e36e6168cea5587195fbb0248b6de3 /recipes/strace/strace_4.5.14.bb
parenta1eb811d0b29ace98d74c2e5f500fc167c059c81 (diff)
downloadopenembedded-ba18a4e16b0082c45c3b5486b4d5ac2891b8642e.tar.gz
strace_4.5.14: Do not include linux/dirent{64}.h
These headers are not exported by linux kernel anymore. So we need to get rid of using them.
Diffstat (limited to 'recipes/strace/strace_4.5.14.bb')
-rw-r--r--recipes/strace/strace_4.5.14.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/strace/strace_4.5.14.bb b/recipes/strace/strace_4.5.14.bb
index cb697008b8..d14891727b 100644
--- a/recipes/strace/strace_4.5.14.bb
+++ b/recipes/strace/strace_4.5.14.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "strace is a system call tracing tool."
SECTION = "console/utils"
LICENSE = "GPL"
-PR = "r7"
+PR = "r8"
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
file://glibc-2.5.patch;patch=1 \
@@ -12,6 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
file://strace-fix-arm-bad-syscall.patch;patch=1 \
file://strace-undef-syscall.patch;patch=1 \
file://strace-arm-no-cachectl.patch;patch=1 \
+ file://strace-dont-include-linux-dirent-h.patch;patch=1 \
"
# The strace-4.5.14-avr32.patch conflicts with some other patches.