psplash: change version to v1.75
[openembedded.git] / recipes / kexec-tools / kexec-tools.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.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
12            file://kexec-tools-arm.patch;patch=1 \
13            file://kexec-arm-atags.patch;patch=1"