From 8de9ba3d3712f13dcce857a299ee3c7006e7f057 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 16 Jan 2010 02:40:28 +0100 Subject: 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 --- recipes/xserver-kdrive-common/xserver-nodm-init.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/xserver-kdrive-common') 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} -- cgit v1.2.3