summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"