diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-16 02:50:24 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-16 02:51:44 +0100 |
commit | b89042296b4ece9a867d4fe1d12194ee7cba9c38 (patch) | |
tree | 91cae2d439189bead0595976de5cf0c58b620071 /recipes/xserver-kdrive-common | |
parent | 8de9ba3d3712f13dcce857a299ee3c7006e7f057 (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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xserver-kdrive-common/xserver-nodm-init.bb b/recipes/xserver-kdrive-common/xserver-nodm-init.bb index 14a502682f..4efa36e92e 100644 --- a/recipes/xserver-kdrive-common/xserver-nodm-init.bb +++ b/recipes/xserver-kdrive-common/xserver-nodm-init.bb @@ -1,9 +1,9 @@ -DESCRIPTION = "Simple Xserver Init Script (no dm)" +#DESCRIPTION = "Simple Xserver Init Script (no dm)" LICENSE = "GPL" SECTION = "x11" PRIORITY = "optional" PR = "r11" -RDEPENDS = "procps" +RDEPENDS_${PN} = "procps" SRC_URI = "file://xserver-nodm" S = ${WORKDIR} |