| Submitter | Steve Sakoman |
|---|---|
| Date | Jan. 30, 2012, 3:20 p.m. |
| Message ID | <1327936840-13937-5-git-send-email-steve@sakoman.com> |
| Download | mbox | patch |
| Permalink | /patch/20311/ |
| State | New |
| Headers | show |
Comments
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@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.
On Mon, Jan 30, 2012 at 7:29 AM, Koen Kooi <koen@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@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
Patch
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" + +PR = "r2" SRCREV = "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582" inherit cmake
gzip is required to uncompress repository files gnupg is required for the support of signed repositories. Signed-off-by: Steve Sakoman <steve@sakoman.com> --- meta/recipes-extended/zypper/zypper_git.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)