strace-4.5.14: don't include linux/dirent.h on mips
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 27 Jul 2009 09:55:13 +0000 (11:55 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Mon, 27 Jul 2009 17:52:22 +0000 (19:52 +0200)
recipes/strace/strace_4.5.14.bb

index d148917..a9b9682 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "strace is a system call tracing tool."
 SECTION = "console/utils"
 LICENSE = "GPL"
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
            file://glibc-2.5.patch;patch=1 \
@@ -37,6 +37,7 @@ MIPS = "\
   file://strace-undef-syscall.patch;patch=1 \
   file://strace-arm-no-cachectl.patch;patch=1 \
   file://mips-sigcontext.patch;patch=1 \
+  file://strace-dont-include-linux-dirent-h.patch;patch=1 \
 "
 SRC_URI_mips = "${MIPS}"
 SRC_URI_mipsel = "${MIPS}"