diff options
author | Stanislav Brabec <utx@penguin.cz> | 2008-02-25 23:14:08 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@penguin.cz> | 2008-02-25 23:14:08 +0000 |
commit | f72579c982afa0f5372645cdb4e2c9dce75d5b48 (patch) | |
tree | 63827ac8f25de352153777e97d21f3d5e1604964 | |
parent | 2c8312853e3613d00057dfff29d18c761b8d4fd5 (diff) | |
parent | 155c14e7adac7e1b84a57fb4956d9accdeb4ad44 (diff) |
merge of '8e15d4e806ea459070da1867571a1c81f6748e33'
and 'c720c1f0f144601f43a22e4c9d8312e8df0db716'
-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" |