[OE-core] [PATCH 4/4] zypper: add missing runtime dependences on gzip and gnupg

Koen Kooi koen at dominion.thruhere.net
Mon Jan 30 15:29:02 UTC 2012


Op 30 jan. 2012, om 16:20 heeft Steve Sakoman het volgende geschreven:

> gzip is required to uncompress repository files
> gnupg is required for the support of signed repositories.
> 
> Signed-off-by: Steve Sakoman <steve at sakoman.com>
> ---
> meta/recipes-extended/zypper/zypper_git.bb |    4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb
> index e5963be..1a6b83c 100644
> --- a/meta/recipes-extended/zypper/zypper_git.bb
> +++ b/meta/recipes-extended/zypper/zypper_git.bb
> @@ -5,7 +5,9 @@ LICENSE  = "GPLv2+"
> LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
> 
> DEPENDS  = "libzypp augeas"
> -PR = "r1"
> +RDEPENDS = "gzip gnupg"

RDEPENDS_${PN} and move it to the proper place in the recipe.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120130/e23489f7/attachment-0002.sig>


More information about the Openembedded-core mailing list