aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kexec
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-02-25 15:31:30 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-02-25 15:31:30 +0000
commit63372783a1663e78502dbd241d817cd4ba9efc9f (patch)
treece99826422d7403ff6ad59387cb7caa88a2b3454 /packages/kexec
parentb7f7488e7ddb3c6c3e0e53230fe13101ec36ede1 (diff)
downloadopenembedded-63372783a1663e78502dbd241d817cd4ba9efc9f.tar.gz
kexec-tools-static: fix FILES
applied changes from 2c3a38874a4f6692c855ed4f099954ecf8bcd8b3 through 7ab0c406df80db3fa391ee33a803bc653763cafb
Diffstat (limited to 'packages/kexec')
-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"