[poky] [PATCH 2/2] zypper: add util-linux-uuidgen to RRECOMMENDS
Paul Eggleton
paul.eggleton at linux.intel.com
Tue Mar 1 10:45:21 PST 2011
From: Paul Eggleton <paul.eggleton at linux.intel.com>
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 at linux.intel.com>
---
meta/recipes-extended/zypper/zypper_git.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb
index 729eabd..af6bd49 100644
--- a/meta/recipes-extended/zypper/zypper_git.bb
+++ b/meta/recipes-extended/zypper/zypper_git.bb
@@ -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
--
1.7.1
More information about the poky
mailing list