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 <qing.he@intel.com>
This commit is contained in:
Qing He 2010-09-16 10:52:58 +08:00 committed by Richard Purdie
parent d8137c014f
commit eede7208aa
1 changed files with 4 additions and 1 deletions

View File

@ -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 \