aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-03-01 18:34:53 +0000
committerSaul Wold <sgw@linux.intel.com>2011-03-02 09:48:52 -0800
commit93fbcda210ba931e297205bb5094bce12a2b4666 (patch)
tree646cf89821b2d9eff4755e61ecf544ebdb90d845 /meta/recipes-extended
parentbf536c8e06b35b8f72077fd7a39104eb5543a434 (diff)
downloadopenembedded-core-contrib-93fbcda210ba931e297205bb5094bce12a2b4666.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/zypper/zypper_git.bb4
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 729eabdaa8..af6bd493be 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