From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SJuFH-0006yq-JR for openembedded-core@lists.openembedded.org; Tue, 17 Apr 2012 00:18:03 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 16 Apr 2012 15:08:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="130355696" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.25]) by orsmga001.jf.intel.com with ESMTP; 16 Apr 2012 15:08:37 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Mon, 16 Apr 2012 15:08:36 -0700 Message-Id: <1334614116-26255-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.7.7.6 Subject: [PATCH] libzypp: add libproxy to DEPENDS X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2012 22:18:03 -0000 libzypp uses proxy.h to handle proxies [YOCTO #2306] Signed-off-by: Saul Wold --- 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 78c7a6a..3c3a9f0 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 \ -- 1.7.7.6