diff mbox

kexec: bump to version 2.0.4

Message ID 1363709561-4091-1-git-send-email-s.neumann@raumfeld.com
State Accepted
Commit 9540e4ceebd7e567f79fc68cf019e18dff3aebf7
Headers show

Commit Message

Sven Neumann March 19, 2013, 4:12 p.m. UTC
Version 2.0.4 has improved support for handling of device-tree
blobs on the ARM platform.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
 package/kexec/kexec.mk |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard March 19, 2013, 7:22 p.m. UTC | #1
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:

 Sven> Version 2.0.4 has improved support for handling of device-tree
 Sven> blobs on the ARM platform.

Committed, thanks.

 Sven> -KEXEC_VERSION = 2.0.3
 Sven> -KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
 Sven> +
 Sven> +KEXEC_VERSION = 2.0.4
 Sven> +KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz
 Sven>  KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec

It would be nice if you could also send a patch adding _LICENSE /
_LICENSE_FILES tags for kexec.
diff mbox

Patch

diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk
index a8192f7..6510b17 100644
--- a/package/kexec/kexec.mk
+++ b/package/kexec/kexec.mk
@@ -3,8 +3,9 @@ 
 # kexec
 #
 #############################################################
-KEXEC_VERSION = 2.0.3
-KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
+
+KEXEC_VERSION = 2.0.4
+KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz
 KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
 
 ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)