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 | openembedded-core-eede7208aa2624d2cd38f37c98e52587cc50a7bc.tar.gz openembedded-core-eede7208aa2624d2cd38f37c98e52587cc50a7bc.tar.bz2 openembedded-core-eede7208aa2624d2cd38f37c98e52587cc50a7bc.zip |
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 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 \ |