summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zypper
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-03-01 18:34:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-03 16:56:14 +0000
commit16725463efc7d02e11d8c0e4d2f67252d38ce56c (patch)
treedb1233bef9b0b8c945ef7cb84896216642116c82 /meta/recipes-extended/zypper
parentc52f8f4be3983a3d791a4f1491371e5497d1761b (diff)
downloadpoky-16725463efc7d02e11d8c0e4d2f67252d38ce56c.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] (From OE-Core rev: 93fbcda210ba931e297205bb5094bce12a2b4666) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/zypper')
-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