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