summaryrefslogtreecommitdiffstats
path: root/meta
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-01 16:36:43 -0800
commitba59c319b840daa19e74b795d7366598f67be6db (patch)
treea70283146f9f97691f075c6d26683e7ebecaa990 /meta
parent7708dde10288750d52e7e91da51df7f0b3d091f3 (diff)
downloadpoky-ba59c319b840daa19e74b795d7366598f67be6db.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')
-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+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" 5LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
6 6
7DEPENDS = "libzypp augeas" 7DEPENDS = "libzypp augeas"
8RRECOMMENDS_${PN} = "procps" 8RRECOMMENDS_${PN} = "procps util-linux-uuidgen"
9PR = "r3" 9PR = "r4"
10 10
11inherit cmake 11inherit cmake
12 12