On Mon, Jan 30, 2012 at 7:29 AM, Koen Kooi <[email protected]> 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 <[email protected]> >> --- >> 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
