diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-16 02:40:28 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-16 02:42:23 +0100 |
commit | 8de9ba3d3712f13dcce857a299ee3c7006e7f057 (patch) | |
tree | e12560ab0924674b9bb8982227ea4624ed86c57c /recipes/xserver-kdrive-common | |
parent | 5cf674abeed76fc3132449987a7f344e2c1801c3 (diff) |
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@gmail.com>
Diffstat (limited to 'recipes/xserver-kdrive-common')
-rw-r--r-- | 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 cba56d55a3..14a502682f 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} |