mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
@@ -8,9 +8,12 @@ inherit cmake
|
|||||||
|
|
||||||
DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev"
|
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"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.0-git${SRCPV}"
|
PV = "0.0-git${SRCPV}"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \
|
SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \
|
||||||
file://no-doc.patch \
|
file://no-doc.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user