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

Steve Sakoman sakoman at gmail.com
Mon Jan 30 16:02:12 UTC 2012


On Mon, Jan 30, 2012 at 7:29 AM, Koen Kooi <koen at dominion.thruhere.net> wrote:
>
> 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.

Indeed!  Will resubmit.

Steve




More information about the Openembedded-core mailing list