mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
zypper: add util-linux-uuidgen to RRECOMMENDS
zypper complains if uuidgen is not available, so add it to RRECOMMENDS for the zypper package. Addresses [BUGID #749] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
@@ -5,8 +5,8 @@ LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
|
||||
|
||||
DEPENDS = "libzypp augeas"
|
||||
RRECOMMENDS_${PN} = "procps"
|
||||
PR = "r3"
|
||||
RRECOMMENDS_${PN} = "procps util-linux-uuidgen"
|
||||
PR = "r4"
|
||||
|
||||
inherit cmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user