From: Martin Jansa Date: Sat, 16 Jan 2010 01:40:28 +0000 (+0100) Subject: xserver-nodm-init: add procps directly to RDEPENDS as procps is pulled usually only... X-Git-Tag: Release-2010-05/1~858 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de9ba3d3712f13dcce857a299ee3c7006e7f057;p=openembedded.git 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 --- 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}