diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-02-24 00:02:02 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-02-24 00:02:02 +0000 |
commit | d6725444ab68574439642166d0cd66a2b6a3254e (patch) | |
tree | 6a8face6f7d3f3045942aa4dd399c34f73bbb021 /packages/kexec | |
parent | 6e8198eadd0e3f9b108f2907fbe20a4afd62b3ec (diff) |
kexec-utils-static: fix PACKAGES
Diffstat (limited to 'packages/kexec')
-rw-r--r-- | packages/kexec/kexec-tools-static_1.101.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/kexec/kexec-tools-static_1.101.bb b/packages/kexec/kexec-tools-static_1.101.bb index 5031b5f923..21c212c2db 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 = "r1" +PR = "r2" DEPENDS = "klibc" SRC_URI += "file://kexec-klibc.patch;patch=1" @@ -16,7 +16,7 @@ export CFLAGS="" export CPPFLAGS="" export LDFLAGS="" -PACKAGES =+ "kexec-klibc kdump-klibc" +PACKAGES =+ "kexec-static kdump-static" FILES_kexec-klibc = "${sbindir}/kexec" FILES_kdump-klibc = "${sbindir}/kdump" |