summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-02-25 15:33:27 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-02-25 15:33:27 +0000
commit155c14e7adac7e1b84a57fb4956d9accdeb4ad44 (patch)
treefe94a42371d0e6a654cda2fc064384c92869607e
parenta82af50b09838e2e7b4229c520c3248066140e5d (diff)
parent63372783a1663e78502dbd241d817cd4ba9efc9f (diff)
merge of '45ed15a71cd24c4894d885800ddeb8de3cdcc32c'
and '66b41c5ca5964cd5533a0eb457c78d84dce52eff'
-rw-r--r--packages/kexec/kexec-tools-static_1.101.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/kexec/kexec-tools-static_1.101.bb b/packages/kexec/kexec-tools-static_1.101.bb
index 21c212c2db..5fa51b2e70 100644
--- a/packages/kexec/kexec-tools-static_1.101.bb
+++ b/packages/kexec/kexec-tools-static_1.101.bb
@@ -1,7 +1,7 @@
# the binaries are statical linked against klibc
require kexec-tools.inc
-PR = "r2"
+PR = "r3"
DEPENDS = "klibc"
SRC_URI += "file://kexec-klibc.patch;patch=1"
@@ -18,6 +18,6 @@ export LDFLAGS=""
PACKAGES =+ "kexec-static kdump-static"
-FILES_kexec-klibc = "${sbindir}/kexec"
-FILES_kdump-klibc = "${sbindir}/kdump"
+FILES_kexec-static = "${sbindir}/kexec"
+FILES_kdump-static = "${sbindir}/kdump"