diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-05-14 12:39:31 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-05-14 12:39:31 +0100 |
commit | 8bef3a222f49e2d94d7545f440b0aba173e5d7ce (patch) | |
tree | 78c3e68f61a87c215b78aaefb8e04c37874f73fb /recipes/kexec/kexec-tools-static_1.101.bb | |
parent | 54d7edcaa7161cf273714c95e8b27fb682fba557 (diff) |
kexec-tools-static_1.101.bb : fix compile on newer kernels based on work done
by Peter Chubb <peter.chubb@nicta.com.au>
Diffstat (limited to 'recipes/kexec/kexec-tools-static_1.101.bb')
-rw-r--r-- | recipes/kexec/kexec-tools-static_1.101.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/kexec/kexec-tools-static_1.101.bb b/recipes/kexec/kexec-tools-static_1.101.bb index 670f055506..ea44b57cf1 100644 --- a/recipes/kexec/kexec-tools-static_1.101.bb +++ b/recipes/kexec/kexec-tools-static_1.101.bb @@ -1,7 +1,7 @@ # the binaries are statical linked against klibc require kexec-tools.inc -PR = "r4" +PR = "r5" DEPENDS = "klibc" SRC_URI += "file://kexec-klibc.patch;patch=1" |