diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-02-24 00:04:20 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-02-24 00:04:20 +0000 |
commit | 27ed967384469cb10b308e50e147cf981441d4c2 (patch) | |
tree | 3a9c78bdc33ef030b6038475fedde683dcfa4114 /packages | |
parent | 3388719cb1741964a43d7eb1cb093e3fcb0a8f56 (diff) | |
parent | d6725444ab68574439642166d0cd66a2b6a3254e (diff) |
merge of '3e0e5727f7fe0745a9ac42f53da9955314c5f869'
and '7ab0c406df80db3fa391ee33a803bc653763cafb'
Diffstat (limited to 'packages')
-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" |