aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-09-16 10:52:58 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-21 13:37:38 +0100
commiteede7208aa2624d2cd38f37c98e52587cc50a7bc (patch)
tree53a6934eb5f7eb30fe1b412c3dc4520b6078d329 /meta/recipes-extended
parentd8137c014f74d32dcdd2e148523640842a6ac4b1 (diff)
downloadopenembedded-core-contrib-eede7208aa2624d2cd38f37c98e52587cc50a7bc.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/libzypp/libzypp_git.bb5
1 files changed, 4 insertions, 1 deletions
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 \