mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 07:33:04 +00:00
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:
parent
eede7208aa
commit
68772b9103
@ -5,7 +5,8 @@ LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
|
||||
|
||||
DEPENDS = "libzypp augeas"
|
||||
PR = "r0"
|
||||
RRECOMMENDS = "procps"
|
||||
PR = "r1"
|
||||
|
||||
inherit cmake
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user