[oe-commits] Phil Blundell : kexec-tools: don't depend on virtual/kernel

git version control git at git.openembedded.org
Thu Jun 9 14:46:05 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: ba6da75657d0bf9ed48f0d6c4132f12993648e7a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ba6da75657d0bf9ed48f0d6c4132f12993648e7a

Author: Phil Blundell <pb at pbcl.net>
Date:   Thu Jun  9 12:58:43 2011 +0100

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.

Signed-off-by: Phil Blundell <philb at gnu.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/kexec/kexec-tools.inc |    2 +-
 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 30c6291..7541ddc 100644
--- a/meta/recipes-kernel/kexec/kexec-tools.inc
+++ b/meta/recipes-kernel/kexec/kexec-tools.inc
@@ -6,7 +6,7 @@ SECTION = "kernel/userland"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \
                     file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09"
-DEPENDS = "virtual/kernel zlib"
+DEPENDS = "zlib"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz"
 





More information about the Openembedded-commits mailing list