All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] kexec: update to kexec-tools 2.0.3
@ 2012-04-20 18:12 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2012-04-20 18:12 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=937c9773f86099472562d397bfa679362db89fb0
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Drop kexec-fix-linker-options.patch as this has been fixed upstream.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/kexec/kexec-fix-linker-options.patch |   15 ---------------
 package/kexec/kexec.mk                       |    2 +-
 2 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/package/kexec/kexec-fix-linker-options.patch b/package/kexec/kexec-fix-linker-options.patch
deleted file mode 100644
index 7bd5f1d..0000000
--- a/package/kexec/kexec-fix-linker-options.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix compilation with gcc 4.6 by correcting the way that linker options
-are passed to gcc.
-
-Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---- kexec-2.0.2/purgatory/Makefile.orig	2011-09-26 14:16:44.256595912 +0200
-+++ kexec-2.0.2/purgatory/Makefile	2011-09-26 14:17:01.606621357 +0200
-@@ -56,7 +56,7 @@
- 			-I$(srcdir)/include \
- 			-I$(shell $(CC) -print-file-name=include)
- $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\
--			--no-undefined -nostartfiles -nostdlib -nodefaultlibs \
-+			-Wl,-no-undefined -nostartfiles -nostdlib -nodefaultlibs \
- 			-e purgatory_start -r
- 
- $(PURGATORY): $(PURGATORY_OBJS)
diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk
index ed01494..ef99dfb 100644
--- a/package/kexec/kexec.mk
+++ b/package/kexec/kexec.mk
@@ -3,7 +3,7 @@
 # kexec
 #
 #############################################################
-KEXEC_VERSION = 2.0.2
+KEXEC_VERSION = 2.0.3
 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
 KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-20 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20 18:12 [Buildroot] [git commit] kexec: update to kexec-tools 2.0.3 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.