]> code.ossystems Code Review - openembedded-core.git/commitdiff
libzypp: add missing runtime dependences on gzip and gnupg
authorSteve Sakoman <steve@sakoman.com>
Wed, 1 Feb 2012 15:20:32 +0000 (07:20 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Feb 2012 17:23:28 +0000 (17:23 +0000)
gzip is required to uncompress repository files
gnupg is required for the support of signed repositories.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libzypp/libzypp_git.bb

index f494f1b43c5a534c9ab7b19dd6828bc92eda4000..368cc06986feac2f1d1b352cb66905ce23168849 100644 (file)
@@ -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"