aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/strace/strace-4.5.14
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-29 13:34:52 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-29 21:06:00 -0700
commitc02c3122f6955f20669f9a0e96cfd13f024a2761 (patch)
tree7c8f80fac202f6190ff94ea1b786f87219b32fd5 /recipes/strace/strace-4.5.14
parent62a3c30d2f843e76256345abb59da23abdf9af4a (diff)
downloadopenembedded-c02c3122f6955f20669f9a0e96cfd13f024a2761.tar.gz
strace: Fix compilation for 4.5.14 and 4.5.18
* Delete drop-ctl-proc.patch its included in mips-sigcontext.patch. * Delete strace-dont-include-linux-dirent-h.patch as it is not needed for 4.5.18. * Combine the SRC_URIs for mips and non mips in 4.5.14. * Make 4.5.18 default for mips and mipsel. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/strace/strace-4.5.14')
-rw-r--r--recipes/strace/strace-4.5.14/drop-ctl-proc.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/strace/strace-4.5.14/drop-ctl-proc.patch b/recipes/strace/strace-4.5.14/drop-ctl-proc.patch
deleted file mode 100644
index 468913774a..0000000000
--- a/recipes/strace/strace-4.5.14/drop-ctl-proc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: strace-4.5.14/system.c
-===================================================================
---- strace-4.5.14.orig/system.c 2006-10-01 13:02:08.000000000 +0200
-+++ strace-4.5.14/system.c 2006-10-01 13:02:27.000000000 +0200
-@@ -1578,7 +1578,6 @@
- { CTL_KERN, "CTL_KERN" },
- { CTL_VM, "CTL_VM" },
- { CTL_NET, "CTL_NET" },
-- { CTL_PROC, "CTL_PROC" },
- { CTL_FS, "CTL_FS" },
- { CTL_DEBUG, "CTL_DEBUG" },
- { CTL_DEV, "CTL_DEV" },