diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-02-25 15:33:27 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-02-25 15:33:27 +0000 |
commit | 155c14e7adac7e1b84a57fb4956d9accdeb4ad44 (patch) | |
tree | fe94a42371d0e6a654cda2fc064384c92869607e | |
parent | a82af50b09838e2e7b4229c520c3248066140e5d (diff) | |
parent | 63372783a1663e78502dbd241d817cd4ba9efc9f (diff) |
merge of '45ed15a71cd24c4894d885800ddeb8de3cdcc32c'
and '66b41c5ca5964cd5533a0eb457c78d84dce52eff'
-rw-r--r-- | packages/kexec/kexec-tools-static_1.101.bb | 6 |
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" |