summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-22 14:53:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:54:23 +0000
commit1483a6c5d787353ec315a8e7cae7b8604cc7b23c (patch)
tree881b2adc684b3f567aa67efeb8d3340176d7e620 /meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
parente36a3c16d504ed35f36556705b3e202d3abdbf44 (diff)
downloadpoky-1483a6c5d787353ec315a8e7cae7b8604cc7b23c.tar.gz
kexec-tools: upgrade to 2.0.3
This patch is to upgrade kexec-tools to 2.0.3. And since fix_for_compiling_with_gcc-4.6.0.patch is there in 2.0.3, it is removed. (From OE-Core rev: aea75907ff0ad11b7a17910f74491278e55bbc10) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
deleted file mode 100644
index 8d2e606076..0000000000
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1require kexec-tools.inc
2export LDFLAGS = "-L${STAGING_LIBDIR}"
3EXTRA_OECONF = " --with-zlib=yes"
4
5PR = "r2"
6
7SRC_URI += " file://fix_for_compiling_with_gcc-4.6.0.patch"
8SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91"
9SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188"
10
11PACKAGES =+ "kexec kdump"
12
13FILES_kexec = "${sbindir}/kexec"
14FILES_kdump = "${sbindir}/kdump"