summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp
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/libzypp
parentd8137c014f74d32dcdd2e148523640842a6ac4b1 (diff)
downloadpoky-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/libzypp')
-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
8 8
9DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" 9DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev"
10 10
11# rpmdb2solv from sat-solver is run from libzypp
12RDEPENDS = "sat-solver"
13
11S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
12PV = "0.0-git${SRCPV}" 15PV = "0.0-git${SRCPV}"
13PR = "r2" 16PR = "r3"
14 17
15SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ 18SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \
16 file://no-doc.patch \ 19 file://no-doc.patch \