aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools/kexec-tools-klibc-static-2.0.2/string.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-08-02 01:48:54 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-08-02 01:48:54 +0200
commit93e2f314df0434df3e1f3ae537129b9f7ee3e5de (patch)
treec936ee7e4834ea7bd134ac927f69466610a70087 /recipes/kexec-tools/kexec-tools-klibc-static-2.0.2/string.patch
parentaa9c0c455fd36214f4b82cb1bd0e620e632389b0 (diff)
downloadopenembedded-93e2f314df0434df3e1f3ae537129b9f7ee3e5de.tar.gz
kexec-tools: move to 2.0.2 and remove older versions
* binary for klibc static only tested on arm * updated dietlibc version (not tested, dietlibc seems broken today...)
Diffstat (limited to 'recipes/kexec-tools/kexec-tools-klibc-static-2.0.2/string.patch')
-rw-r--r--recipes/kexec-tools/kexec-tools-klibc-static-2.0.2/string.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/kexec-tools/kexec-tools-klibc-static-2.0.2/string.patch b/recipes/kexec-tools/kexec-tools-klibc-static-2.0.2/string.patch
new file mode 100644
index 0000000000..7d27e3998f
--- /dev/null
+++ b/recipes/kexec-tools/kexec-tools-klibc-static-2.0.2/string.patch
@@ -0,0 +1,11 @@
+Index: kexec-tools-2.0.2/purgatory/string.c
+===================================================================
+--- kexec-tools-2.0.2.orig/purgatory/string.c 2008-05-16 13:28:19.000000000 +0200
++++ kexec-tools-2.0.2/purgatory/string.c 2009-09-16 17:49:04.000000000 +0200
+@@ -1,5 +1,5 @@
+ #include <stddef.h>
+-#include <string.h>
++/* #include <string.h> */
+
+ size_t strnlen(const char *s, size_t max)
+ {