diff options
author | Ricardo Neri <ricardo.neri-calderon@linux.intel.com> | 2014-07-01 17:56:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-08 11:20:12 +0100 |
commit | 93d77b6ca83e55f3ecbc09f5502d8ae928f2bd91 (patch) | |
tree | 6944caf4e5f479e34674dd3c7650719e7a24d5c6 /meta/recipes-kernel | |
parent | 02cdce9ef21b021ea9cc1cefe34b633ba009ee3c (diff) | |
download | poky-93d77b6ca83e55f3ecbc09f5502d8ae928f2bd91.tar.gz |
kexec-tools: upgrade to 2.0.7
Kexec-tools v2.0.7 is out, upgrade accordingly.
(From OE-Core rev: 318a8e65c8a9cc016fd9e0b7093443a27ade79a2)
Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
CC: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb (renamed from meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb index 5321dd4f73..a5c1ced494 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb | |||
@@ -4,8 +4,8 @@ EXTRA_OECONF = " --with-zlib=yes" | |||
4 | 4 | ||
5 | SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch" | 5 | SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "c39ea40a7598e49b6dc961ee7de38f57" | 7 | SRC_URI[md5sum] = "2309ba43981cb6d39d07ac3a9aac30ab" |
8 | SRC_URI[sha256sum] = "a9c6cd9adc8c1c37b3272782f581cb8b4b4070d0e3e921a558a9083f68dcf29a" | 8 | SRC_URI[sha256sum] = "dde5c38be39882c6c91f0129647349c4e1943b077d3020af1970b481ee954eb0" |
9 | 9 | ||
10 | PACKAGES =+ "kexec kdump" | 10 | PACKAGES =+ "kexec kdump" |
11 | 11 | ||