summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp/libzypp_git.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-09-27 13:14:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:59:29 +0100
commitdc1f3a3bd0d9cdc64756f84aa6ecd2d573315ecc (patch)
tree33254439b0a0d032681817a0e451ad8ba175e702 /meta/recipes-extended/libzypp/libzypp_git.bb
parent5fbb040355cc1653bad72b789b0e360c881396dc (diff)
downloadpoky-dc1f3a3bd0d9cdc64756f84aa6ecd2d573315ecc.tar.gz
zypper & sat-solver: needs RDEPENDS on rpm-lib
(From OE-Core rev: f8fe4ef09d6ab037928850bbb953e2b0a2da49e9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libzypp/libzypp_git.bb')
-rw-r--r--meta/recipes-extended/libzypp/libzypp_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb
index 4b1b8e4b36..7d9382a0bf 100644
--- a/meta/recipes-extended/libzypp/libzypp_git.bb
+++ b/meta/recipes-extended/libzypp/libzypp_git.bb
@@ -8,13 +8,10 @@ inherit cmake gettext
8 8
9DEPENDS = "rpm boost curl libxml2 zlib sat-solver expat openssl udev" 9DEPENDS = "rpm boost curl libxml2 zlib sat-solver expat openssl udev"
10 10
11# rpmdb2solv from sat-solver is run from libzypp
12RDEPENDS_${PN} = "sat-solver"
13
14S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
15SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" 12SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433"
16PV = "0.0-git${SRCPV}" 13PV = "0.0-git${SRCPV}"
17PR = "r14" 14PR = "r15"
18 15
19SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \ 16SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \
20 file://no-doc.patch \ 17 file://no-doc.patch \
@@ -32,6 +29,9 @@ SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch"
32# ARM specific global constructor workaround 29# ARM specific global constructor workaround
33SRC_URI_append_arm = " file://arm-workaround-global-constructor.patch" 30SRC_URI_append_arm = " file://arm-workaround-global-constructor.patch"
34 31
32# rpmdb2solv from sat-solver is run from libzypp
33RDEPENDS_${PN} = "sat-solver rpm-libs"
34
35PACKAGES =+ "${PN}-pkgmgt" 35PACKAGES =+ "${PN}-pkgmgt"
36 36
37FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons" 37FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons"