[oe-commits] Andrea Adami : task-shr-feed: fix RDEPENDS on kexec-tools.

git version control git at git.openembedded.org
Sat Jan 29 16:57:29 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 41574d63d7c78ed6d0ce4c9cf4fbabf02c5fcf9f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=41574d63d7c78ed6d0ce4c9cf4fbabf02c5fcf9f

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Jan 29 17:49:20 2011 +0100

task-shr-feed: fix RDEPENDS on kexec-tools.

* kexec and kdump are packaged separately
* bump PR

Acked-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/tasks/task-shr-feed.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb
index bca00ea..da78048 100644
--- a/recipes/tasks/task-shr-feed.bb
+++ b/recipes/tasks/task-shr-feed.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "SHR Feed"
-PR = "r92"
+PR = "r93"
 PV = "1.0"
 LICENSE = "GPL"
 
@@ -119,7 +119,7 @@ RDEPENDS_${PN} += "\
 		ppp \
 		bluez-hcidump \
 		kbdd \
-		kexec-tools \
+		kexec \
 		mc \
 		iotop \
 		xprop \





More information about the Openembedded-commits mailing list