increase dvbapp PR.
[vuplus_openembedded] / recipes / kexec-tools / kexec-tools2.inc
1 DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel"
2 AUTHOR = "Eric Biederman"
3 HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
4 SECTION = "kernel/userland"
5 LICENSE = "GPL"
6 DEPENDS = "virtual/kernel zlib"
7
8 inherit autotools
9
10
11 SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-${PV}.tar.gz \
12            file://fix-arm-arch-detection.patch;patch=1 \
13            file://no-getline-no-fscanf.patch;patch=1 \
14            file://kexec-tools-2-arm-add-uImage.patch;patch=1 \
15            "