summaryrefslogtreecommitdiff
path: root/packages/kexec/kexec-tools_1.101.bb
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-02-08 16:54:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-08 16:54:59 +0000
commit58582554b59fbfca2c98a48c3b197f2b0e322bfc (patch)
treebf752aa2330ae85bf0730482670ce2a4f9fc6d26 /packages/kexec/kexec-tools_1.101.bb
parent863ed698204f4bf49f3ae654588c6488aa4b625e (diff)
Add kexec-tools, courtesy of do13@#oe
Diffstat (limited to 'packages/kexec/kexec-tools_1.101.bb')
-rw-r--r--packages/kexec/kexec-tools_1.101.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/kexec/kexec-tools_1.101.bb b/packages/kexec/kexec-tools_1.101.bb
new file mode 100644
index 0000000000..fe2b5e1765
--- /dev/null
+++ b/packages/kexec/kexec-tools_1.101.bb
@@ -0,0 +1,15 @@
+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"
+DEPENDS = "virtual/kernel zlib"
+LICENSE = "GPL"
+PR = "r0"
+
+inherit autotools
+
+EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} "
+EXTRA_OECONF = " --with-zlib=${STAGING_LIBDIR}/.."
+
+SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
+ file://kexec-tools-arm.patch;patch=1 "