aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-04-16 15:08:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-16 23:30:41 +0100
commit03cfc6ea6df9d1fbf5520c9707a725e38d2e377b (patch)
tree4010227dce340282668f1dd8bdc05fe612183968 /meta/recipes-extended
parent96800c4801fc7a89d3510763d007fd7854f1a9e3 (diff)
downloadopenembedded-core-03cfc6ea6df9d1fbf5520c9707a725e38d2e377b.tar.gz
libzypp: add libproxy to DEPENDS
libzypp uses proxy.h to handle proxies [YOCTO #2306] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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 78c7a6a057..3c3a9f09ec 100644
--- a/meta/recipes-extended/libzypp/libzypp_git.bb
+++ b/meta/recipes-extended/libzypp/libzypp_git.bb
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=11fccc94d26293d78cb4996cb17e5fa7"
inherit cmake gettext
-DEPENDS = "rpm boost curl libxml2 zlib sat-solver expat openssl udev"
+DEPENDS = "rpm boost curl libxml2 zlib sat-solver expat openssl udev libproxy"
S = "${WORKDIR}/git"
SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433"
PV = "0.0-git${SRCPV}"
-PR = "r19"
+PR = "r20"
SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \
file://no-doc.patch \