summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp
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-09-28 14:58:52 +0100
commit887993a7b2fb913e824871461cb81039b8836ee3 (patch)
tree934806148acbcf51cdab9eb83d3b213cc3d82b5f /meta/recipes-extended/libzypp
parenta5cf5ebd4a3d91667cd40e5d751b91facab16155 (diff)
downloadpoky-887993a7b2fb913e824871461cb81039b8836ee3.tar.gz
zypper & sat-solver: needs RDEPENDS on rpm-lib
(From OE-Core rev: 8fd05f0515c2bc8dc87cad9008f808639561f4a5) 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')
-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"