Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
@ 2011-01-14 21:45 Andy Kennedy
  0 siblings, 0 replies; 8+ messages in thread
From: Andy Kennedy @ 2011-01-14 21:45 UTC (permalink / raw)
  To: buildroot

Okay, this is like TAKE-5 or so. . . Hopefully, there will be no egg
in my face this time. ;)

Changed the KEXEC_SITE to the new home of kexec.  This patch also
satisfies bug id=3007 created by me last month.  Thanks to Gustavo for
pointing out that the easy fix was to bump kexec to 2.0.2.

Signed-of-by: Andy Kennedy <Andy.Kennedy@AdTran.com>
---
diff -Naur a/package/kexec/kexec.mk b/package/kexec/kexec.mk
--- a/package/kexec/kexec.mk    2011-01-06 05:25:33.000000000 -0600
+++ b/package/kexec/kexec.mk    2011-01-03 13:09:10.000000000 -0600
@@ -3,9 +3,9 @@
 # kexec
 #
 #############################################################
-KEXEC_VERSION = 2.0.1
+KEXEC_VERSION = 2.0.2
 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
-KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/
+KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec

 ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
 KEXEC_CONF_OPT += --with-zlib

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
@ 2011-01-14 21:53 Andy Kennedy
  2011-01-14 22:08 ` Peter Korsgaard
  0 siblings, 1 reply; 8+ messages in thread
From: Andy Kennedy @ 2011-01-14 21:53 UTC (permalink / raw)
  To: buildroot

Okay, this is like TAKE-6 or so. . . Hopefully, there will be no egg
in my face this time. ;)

Changed the KEXEC_SITE to the new home of kexec.  This patch also
satisfies bug id=3007 created by me last month.  Thanks to Gustavo for
pointing out that the easy fix was to bump kexec to 2.0.2.

Signed-of-by: Andy Kennedy <Andy.Kennedy@AdTran.com>
---
diff -Naur a/package/kexec/kexec.mk b/package/kexec/kexec.mk
--- a/package/kexec/kexec.mk    2011-01-06 05:25:33.000000000 -0600
+++ b/package/kexec/kexec.mk    2011-01-03 13:09:10.000000000 -0600
@@ -3,9 +3,9 @@
 # kexec
 #
 #############################################################
-KEXEC_VERSION = 2.0.1
+KEXEC_VERSION = 2.0.2
 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
-KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/
+KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec

 ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
 KEXEC_CONF_OPT += --with-zlib

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
@ 2011-01-14 18:08 akennedy at wpid-am.com
  2011-01-14 18:08 ` akennedy at wpid-am.com
  2011-01-14 19:21 ` Peter Korsgaard
  0 siblings, 2 replies; 8+ messages in thread
From: akennedy at wpid-am.com @ 2011-01-14 18:08 UTC (permalink / raw)
  To: buildroot

Changed the KEXEC_SITE to the new home of kexec.  This patch also satisfies
bug id=3007 created by me last month.  Thanks to Gustavo for pointing out
that the easy fix was to bump kexec to 2.0.2.

Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com> <akennedy@wpid-am.com>

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
@ 2011-01-11 17:30 ANDY KENNEDY
  2011-01-14  8:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 8+ messages in thread
From: ANDY KENNEDY @ 2011-01-11 17:30 UTC (permalink / raw)
  To: buildroot

Changed the KEEC_SITE to the new home of kexec.  This patch also
satisfies
bug id=3007 created by me last month.  Thanks to Gustavo for pointing
out
that the easy fix was to bump kexec to 2.0.2.

Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com>
---
--- a/package/kexec/kexec.mk    2011-01-06 05:25:33.000000000 -0600
+++ b/package/kexec/kexec.mk    2011-01-03 13:09:10.000000000 -0600
@@ -3,9 +3,9 @@
 # kexec
 #
 #############################################################
-KEXEC_VERSION = 2.0.1
+KEXEC_VERSION = 2.0.2
 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
-KEXEC_SITE =
$(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/
+KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
 
 ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
 KEXEC_CONF_OPT += --with-zlib

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-14 22:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 21:45 [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org Andy Kennedy
  -- strict thread matches above, loose matches on Subject: below --
2011-01-14 21:53 Andy Kennedy
2011-01-14 22:08 ` Peter Korsgaard
2011-01-14 18:08 akennedy at wpid-am.com
2011-01-14 18:08 ` akennedy at wpid-am.com
2011-01-14 19:21 ` Peter Korsgaard
2011-01-11 17:30 ANDY KENNEDY
2011-01-14  8:48 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox