zypper: fix runtime dependency

add procps as runtime recommendation, since pgrep is used by zypper
binary

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-09-19 09:04:31 +08:00 committed by Richard Purdie
parent eede7208aa
commit 68772b9103
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
DEPENDS = "libzypp augeas"
PR = "r0"
RRECOMMENDS = "procps"
PR = "r1"
inherit cmake