summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2011-06-09 12:58:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-09 15:48:28 +0100
commit37524cb5c1b7a507295cea91213cacfb5be72e8a (patch)
treec2ed8874db301caad02387ca710a4d264f45ca77 /meta/recipes-kernel/kexec
parentcd8694d7363f3be2b2c422dad8d2b7deed9774fd (diff)
downloadpoky-37524cb5c1b7a507295cea91213cacfb5be72e8a.tar.gz
kexec-tools: don't depend on virtual/kernel
There doesn't appear to be any terribly good reason for kexec-tools to depend on the kernel. (I verified that kexec-tools is buildable in a clean TMPDIR without having previously built virtual/kernel.) Having this dependency in place is a nuisance because it makes it awkward to put kexec into an initramfs. So, it seems like we would be better off without. (From OE-Core rev: ba6da75657d0bf9ed48f0d6c4132f12993648e7a) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc
index 30c6291d4f..7541ddcf9e 100644
--- a/meta/recipes-kernel/kexec/kexec-tools.inc
+++ b/meta/recipes-kernel/kexec/kexec-tools.inc
@@ -6,7 +6,7 @@ SECTION = "kernel/userland"
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \
8 file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09" 8 file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09"
9DEPENDS = "virtual/kernel zlib" 9DEPENDS = "zlib"
10 10
11SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz" 11SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz"
12 12