diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-03-01 18:34:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 16:56:14 +0000 |
commit | 16725463efc7d02e11d8c0e4d2f67252d38ce56c (patch) | |
tree | db1233bef9b0b8c945ef7cb84896216642116c82 /meta/recipes-extended | |
parent | c52f8f4be3983a3d791a4f1491371e5497d1761b (diff) | |
download | poky-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')
-rw-r--r-- | 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 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+" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" |
6 | 6 | ||
7 | DEPENDS = "libzypp augeas" | 7 | DEPENDS = "libzypp augeas" |
8 | RRECOMMENDS_${PN} = "procps" | 8 | RRECOMMENDS_${PN} = "procps util-linux-uuidgen" |
9 | PR = "r3" | 9 | PR = "r4" |
10 | 10 | ||
11 | inherit cmake | 11 | inherit cmake |
12 | 12 | ||