aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec/kexec-tools2.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-15 18:57:11 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-05-15 19:08:21 +0200
commitba2ce3ddff7692289d74a4017806b57a1681d3c8 (patch)
tree1c7ae857363ca089a59a934792c4f42860599e87 /recipes/kexec/kexec-tools2.inc
parentec5f45228fa9f7dd9062fb50c889278c4fd273ee (diff)
downloadopenembedded-ba2ce3ddff7692289d74a4017806b57a1681d3c8.tar.gz
kexec-tools_2.0.0: initial commit - kexec-tools_2.0.0 compiles just fine - kexec-tools-static_2.0.0 breaks during do_compile (against klibc) - setting DEFAULT_PREFERENCE = "-1"
Diffstat (limited to 'recipes/kexec/kexec-tools2.inc')
-rw-r--r--recipes/kexec/kexec-tools2.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/kexec/kexec-tools2.inc b/recipes/kexec/kexec-tools2.inc
new file mode 100644
index 0000000000..261bfb9b3f
--- /dev/null
+++ b/recipes/kexec/kexec-tools2.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel"
+AUTHOR = "Eric Biederman"
+HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
+SECTION = "kernel/userland"
+LICENSE = "GPL"
+DEPENDS = "virtual/kernel zlib"
+
+inherit autotools
+
+
+SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-${PV}.tar.gz \
+ "