]> code.ossystems Code Review - openembedded-core.git/commitdiff
zypper: fix runtime dependency
authorQing He <qing.he@intel.com>
Sun, 19 Sep 2010 01:04:31 +0000 (09:04 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 21 Sep 2010 12:37:57 +0000 (13:37 +0100)
add procps as runtime recommendation, since pgrep is used by zypper
binary

Signed-off-by: Qing He <qing.he@intel.com>
meta/recipes-extended/zypper/zypper_git.bb

index 09778f80a3c904bb1443843dc35efbfb121c4f72..8caf4db39ee5e73241c4337d3209da47e03af8c7 100644 (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