summaryrefslogtreecommitdiffstats
path: root/meta/packages/kexec/kexec-tools_1.101.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/kexec/kexec-tools_1.101.bb')
-rw-r--r--meta/packages/kexec/kexec-tools_1.101.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/kexec/kexec-tools_1.101.bb b/meta/packages/kexec/kexec-tools_1.101.bb
new file mode 100644
index 0000000000..fe2b5e1765
--- /dev/null
+++ b/meta/packages/kexec/kexec-tools_1.101.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel"
2AUTHOR = "Eric Biederman"
3HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
4SECTION = "kernel/userland"
5DEPENDS = "virtual/kernel zlib"
6LICENSE = "GPL"
7PR = "r0"
8
9inherit autotools
10
11EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} "
12EXTRA_OECONF = " --with-zlib=${STAGING_LIBDIR}/.."
13
14SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
15 file://kexec-tools-arm.patch;patch=1 "