diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-04-16 15:08:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-16 23:30:41 +0100 |
commit | 03cfc6ea6df9d1fbf5520c9707a725e38d2e377b (patch) | |
tree | 4010227dce340282668f1dd8bdc05fe612183968 /meta | |
parent | 96800c4801fc7a89d3510763d007fd7854f1a9e3 (diff) | |
download | openembedded-core-03cfc6ea6df9d1fbf5520c9707a725e38d2e377b.tar.gz openembedded-core-03cfc6ea6df9d1fbf5520c9707a725e38d2e377b.tar.bz2 openembedded-core-03cfc6ea6df9d1fbf5520c9707a725e38d2e377b.zip |
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')
-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 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 \ |