diff options
Diffstat (limited to 'packages/kexec/kexec-tools.inc')
-rw-r--r-- | packages/kexec/kexec-tools.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/kexec/kexec-tools.inc b/packages/kexec/kexec-tools.inc deleted file mode 100644 index f806e71480..0000000000 --- a/packages/kexec/kexec-tools.inc +++ /dev/null @@ -1,13 +0,0 @@ -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" -LICENSE = "GPL" -DEPENDS = "virtual/kernel zlib" - -inherit autotools - - -SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ - file://kexec-tools-arm.patch;patch=1 \ - file://kexec-arm-atags.patch;patch=1" |