meta-initramfs: add kexec-tools-klibc from meta-oe

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andrea Adami
2012-02-21 00:21:54 +00:00
committed by Koen Kooi
parent 25c2e973e0
commit 302cf2272c
6 changed files with 0 additions and 0 deletions
@@ -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)
{