mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01: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:
@@ -5,7 +5,8 @@ LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
|
||||
|
||||
DEPENDS = "libzypp augeas"
|
||||
PR = "r0"
|
||||
RRECOMMENDS = "procps"
|
||||
PR = "r1"
|
||||
|
||||
inherit cmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user