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

git version control git at git.openembedded.org
Tue Jun 14 06:36:07 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 22b971e95812b6ca09f3517cf72b086c6d0f3a2c
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=22b971e95812b6ca09f3517cf72b086c6d0f3a2c

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Jun 14 01:52:04 2011 +0200

kexec-tools: don't depend on virtual/kernel

* Imported from oe-core (ba6da75657d0bf9ed48f0d6c4132f12993648e7a)

* 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>

---

 recipes/kexec-tools/kexec-tools.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/kexec-tools/kexec-tools.inc b/recipes/kexec-tools/kexec-tools.inc
index 0e76264..b9275ca 100644
--- a/recipes/kexec-tools/kexec-tools.inc
+++ b/recipes/kexec-tools/kexec-tools.inc
@@ -3,7 +3,7 @@ AUTHOR = "Eric Biederman"
 HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
 SECTION = "kernel/userland"
 LICENSE = "GPL"
-DEPENDS = "virtual/kernel zlib"
-INC_PR = "r4"
+DEPENDS = "zlib"
+INC_PR = "r5"
 
 inherit autotools





More information about the Openembedded-commits mailing list