generic-poky/meta/packages/kexec/kexec-tools_1.101.bb
Richard Purdie 713d414f3f Add kexec (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@871 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-17 15:42:49 +00:00

16 lines
549 B
BlitzBasic

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 "