kexec-tools-static: fix FILES
authorThomas Kunze <thommycheck@gmx.de>
Mon, 25 Feb 2008 15:31:30 +0000 (15:31 +0000)
committerThomas Kunze <thommycheck@gmx.de>
Mon, 25 Feb 2008 15:31:30 +0000 (15:31 +0000)
applied changes from 2c3a38874a4f6692c855ed4f099954ecf8bcd8b3
             through 7ab0c406df80db3fa391ee33a803bc653763cafb

packages/kexec/kexec-tools-static_1.101.bb

index 21c212c..5fa51b2 100644 (file)
@@ -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"