diff options
author | Steve Sakoman <steve@sakoman.com> | 2012-02-01 07:20:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-03 17:23:34 +0000 |
commit | cb89d43473a91ff4cb2447d642fcd9308d7366e3 (patch) | |
tree | 8bb7060b81a3fba22342c576ea6ff4fe192c566a /meta | |
parent | 8fcfbaeb488b3ad72e827b285294e51598e7ad7b (diff) | |
download | poky-cb89d43473a91ff4cb2447d642fcd9308d7366e3.tar.gz |
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.
(From OE-Core rev: 18d9fcfc4bc4b01f73e89f3b988c9d3d543c7705)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 f494f1b43c..368cc06986 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" | |||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" | 12 | SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" |
13 | PV = "0.0-git${SRCPV}" | 13 | PV = "0.0-git${SRCPV}" |
14 | PR = "r17" | 14 | PR = "r18" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \ | 16 | SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \ |
17 | file://no-doc.patch \ | 17 | file://no-doc.patch \ |
@@ -30,7 +30,7 @@ SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch" | |||
30 | SRC_URI_append_arm = " file://arm-workaround-global-constructor.patch" | 30 | SRC_URI_append_arm = " file://arm-workaround-global-constructor.patch" |
31 | 31 | ||
32 | # rpmdb2solv from sat-solver is run from libzypp | 32 | # rpmdb2solv from sat-solver is run from libzypp |
33 | RDEPENDS_${PN} = "sat-solver rpm-libs" | 33 | RDEPENDS_${PN} = "sat-solver rpm-libs gzip gnupg" |
34 | 34 | ||
35 | PACKAGES =+ "${PN}-pkgmgt" | 35 | PACKAGES =+ "${PN}-pkgmgt" |
36 | 36 | ||