[oe-commits] Steve Sakoman : libzypp: add missing runtime dependences on gzip and gnupg

git at git.openembedded.org git at git.openembedded.org
Fri Feb 3 17:23:59 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 18d9fcfc4bc4b01f73e89f3b988c9d3d543c7705
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=18d9fcfc4bc4b01f73e89f3b988c9d3d543c7705

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Feb  1 07:20:32 2012 -0800

libzypp: add missing runtime dependences on gzip and gnupg

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>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/libzypp/libzypp_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb
index f494f1b..368cc06 100644
--- a/meta/recipes-extended/libzypp/libzypp_git.bb
+++ b/meta/recipes-extended/libzypp/libzypp_git.bb
@@ -11,7 +11,7 @@ DEPENDS  = "rpm boost curl libxml2 zlib sat-solver expat openssl udev"
 S = "${WORKDIR}/git"
 SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433"
 PV = "0.0-git${SRCPV}"
-PR = "r17"
+PR = "r18"
 
 SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \
            file://no-doc.patch \
@@ -30,7 +30,7 @@ SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch"
 SRC_URI_append_arm  = " file://arm-workaround-global-constructor.patch"
 
 # rpmdb2solv from sat-solver is run from libzypp
-RDEPENDS_${PN} = "sat-solver rpm-libs"
+RDEPENDS_${PN} = "sat-solver rpm-libs gzip gnupg"
 
 PACKAGES =+ "${PN}-pkgmgt"
 





More information about the Openembedded-commits mailing list