[oe-commits] Martin Jansa : xserver-nodm-init: add procps directly to RDEPENDS as procps is pulled usually only by task_cli_tools_debug and busybox version doesn 't support 'ps -e x'

git version control git at git.openembedded.org
Sat Jan 16 10:47:07 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 8de9ba3d3712f13dcce857a299ee3c7006e7f057
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8de9ba3d3712f13dcce857a299ee3c7006e7f057

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jan 16 02:40:28 2010 +0100

xserver-nodm-init: add procps directly to RDEPENDS as procps is pulled usually only by task_cli_tools_debug and busybox version doesn't support 'ps -e x'

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xserver-kdrive-common/xserver-nodm-init.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/xserver-kdrive-common/xserver-nodm-init.bb b/recipes/xserver-kdrive-common/xserver-nodm-init.bb
index cba56d5..14a5026 100644
--- a/recipes/xserver-kdrive-common/xserver-nodm-init.bb
+++ b/recipes/xserver-kdrive-common/xserver-nodm-init.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)"
 LICENSE = "GPL"
 SECTION = "x11"
 PRIORITY = "optional"
-PR = "r10"
+PR = "r11"
+RDEPENDS = "procps"
 
 SRC_URI = "file://xserver-nodm"
 S = ${WORKDIR}





More information about the Openembedded-commits mailing list