summaryrefslogtreecommitdiffstats
path: root/recipes/kexec
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-09-29 01:13:57 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-09-29 01:18:31 +0200
commit11e60ddab0badfd77df5fb9f16e4e4192b2411fe (patch)
treeb4e5ad385d973ef8a40ac1fc449a2bcb271f6c30 /recipes/kexec
parent725fdd557f6df0e8ed4f223b5860859f5eec6628 (diff)
downloadopenembedded-11e60ddab0badfd77df5fb9f16e4e4192b2411fe.tar.gz
kexec-tools-2-klibc.patch: header was commented out during test, fix
Diffstat (limited to 'recipes/kexec')
-rw-r--r--recipes/kexec/files/kexec-tools-2-klibc.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes/kexec/files/kexec-tools-2-klibc.patch b/recipes/kexec/files/kexec-tools-2-klibc.patch
index c8b340e4b9..c9faf96cdd 100644
--- a/recipes/kexec/files/kexec-tools-2-klibc.patch
+++ b/recipes/kexec/files/kexec-tools-2-klibc.patch
@@ -140,23 +140,6 @@ Index: kexec-tools-2.0.1/purgatory/string.c
size_t strnlen(const char *s, size_t max)
{
-Index: kexec-tools-2.0.1/purgatory/purgatory.c
-===================================================================
---- kexec-tools-2.0.1.orig/purgatory/purgatory.c 2009-05-16 13:28:19.000000000 +0200
-+++ kexec-tools-2.0.1/purgatory/purgatory.c 2009-09-16 14:15:21.000000000 +0200
-@@ -3,7 +3,7 @@
- #include <stdint.h>
- #include <purgatory.h>
- #include <sha256.h>
--#include <string.h>
-+/* #include <string.h> */
- #include "../kexec/kexec-sha256.h"
-
- struct sha256_region sha256_regions[SHA256_REGIONS] = {};
- }
- sha256_finish(&ctx, digest);
- if (memcmp(digest, sha256_digest, sizeof(digest)) != 0) {
-
Index: kexec-tools-2.0.1/kexec/kexec.c
===================================================================
--- kexec-tools-2.0.1.orig/kexec/kexec.c 2008-02-24 14:15:46.950825917 +0100