From: Qing He Date: Thu, 16 Sep 2010 02:52:58 +0000 (+0800) Subject: libzypp: RDEPENDS sat-solver X-Git-Tag: 2011-1~4490 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eede7208aa2624d2cd38f37c98e52587cc50a7bc;p=openembedded-core.git libzypp: RDEPENDS sat-solver rpmdb2solv provided by sat-solver is executed from within libzypp, RDEPENDS sat-solver to get the utility included, fixes [BUGID #328] Signed-off-by: Qing He --- diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index 67df8903ad..e29556925a 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb @@ -8,9 +8,12 @@ inherit cmake DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" +# rpmdb2solv from sat-solver is run from libzypp +RDEPENDS = "sat-solver" + S = "${WORKDIR}/git" PV = "0.0-git${SRCPV}" -PR = "r2" +PR = "r3" SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ file://no-doc.patch \