diff options
author | Qing He <qing.he@intel.com> | 2010-09-16 10:52:58 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-21 13:37:38 +0100 |
commit | eede7208aa2624d2cd38f37c98e52587cc50a7bc (patch) | |
tree | 53a6934eb5f7eb30fe1b412c3dc4520b6078d329 /meta | |
parent | d8137c014f74d32dcdd2e148523640842a6ac4b1 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 5 |
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 | ||
9 | DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" | 9 | DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" |
10 | 10 | ||
11 | # rpmdb2solv from sat-solver is run from libzypp | ||
12 | RDEPENDS = "sat-solver" | ||
13 | |||
11 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
12 | PV = "0.0-git${SRCPV}" | 15 | PV = "0.0-git${SRCPV}" |
13 | PR = "r2" | 16 | PR = "r3" |
14 | 17 | ||
15 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ | 18 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ |
16 | file://no-doc.patch \ | 19 | file://no-doc.patch \ |