diff options
author | Shane Wang <shane.wang@intel.com> | 2012-01-22 14:53:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:54:23 +0000 |
commit | 1483a6c5d787353ec315a8e7cae7b8604cc7b23c (patch) | |
tree | 881b2adc684b3f567aa67efeb8d3340176d7e620 /meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb | |
parent | e36a3c16d504ed35f36556705b3e202d3abdbf44 (diff) | |
download | poky-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.3.bb')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb new file mode 100644 index 0000000000..3cc8265609 --- /dev/null +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require kexec-tools.inc | ||
2 | export LDFLAGS = "-L${STAGING_LIBDIR}" | ||
3 | EXTRA_OECONF = " --with-zlib=yes" | ||
4 | |||
5 | PR = "r0" | ||
6 | |||
7 | SRC_URI[md5sum] = "1b362abd2e8669171a5ba50a9cc26183" | ||
8 | SRC_URI[sha256sum] = "36a50fad961e24c9cdaa7c01b74d3cdd2b1bebf9bf0f0f3740dd1f21bd1b8ba6" | ||
9 | |||
10 | PACKAGES =+ "kexec kdump" | ||
11 | |||
12 | FILES_kexec = "${sbindir}/kexec" | ||
13 | FILES_kdump = "${sbindir}/kdump" | ||