summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/libzypp')
-rw-r--r--meta/recipes-extended/libzypp/libzypp_git.bb4
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"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" 12SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433"
13PV = "0.0-git${SRCPV}" 13PV = "0.0-git${SRCPV}"
14PR = "r17" 14PR = "r18"
15 15
16SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \ 16SRC_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"
30SRC_URI_append_arm = " file://arm-workaround-global-constructor.patch" 30SRC_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
33RDEPENDS_${PN} = "sat-solver rpm-libs" 33RDEPENDS_${PN} = "sat-solver rpm-libs gzip gnupg"
34 34
35PACKAGES =+ "${PN}-pkgmgt" 35PACKAGES =+ "${PN}-pkgmgt"
36 36