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:23:57 +0000 |
commit | aea75907ff0ad11b7a17910f74491278e55bbc10 (patch) | |
tree | 5fa7aee8385b227c3d7baea923895a752073d51f /meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb | |
parent | 67ae9bbbab31b69f37e3ee0c1c969e43da034699 (diff) | |
download | openembedded-core-aea75907ff0ad11b7a17910f74491278e55bbc10.tar.gz openembedded-core-aea75907ff0ad11b7a17910f74491278e55bbc10.tar.bz2 openembedded-core-aea75907ff0ad11b7a17910f74491278e55bbc10.zip |
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.
Signed-off-by: Shane Wang <shane.wang@intel.com>
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 @@ +require kexec-tools.inc +export LDFLAGS = "-L${STAGING_LIBDIR}" +EXTRA_OECONF = " --with-zlib=yes" + +PR = "r0" + +SRC_URI[md5sum] = "1b362abd2e8669171a5ba50a9cc26183" +SRC_URI[sha256sum] = "36a50fad961e24c9cdaa7c01b74d3cdd2b1bebf9bf0f0f3740dd1f21bd1b8ba6" + +PACKAGES =+ "kexec kdump" + +FILES_kexec = "${sbindir}/kexec" +FILES_kdump = "${sbindir}/kdump" |