]> code.ossystems Code Review - openembedded-core.git/commitdiff
libzypp: RDEPENDS sat-solver
authorQing He <qing.he@intel.com>
Thu, 16 Sep 2010 02:52:58 +0000 (10:52 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 21 Sep 2010 12:37:38 +0000 (13:37 +0100)
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>
meta/recipes-extended/libzypp/libzypp_git.bb

index 67df8903ad030d2235c6c8105d00bd03b006dbe4..e29556925abe5bb0d14db1fa1d346da80e53ff97 100644 (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 \