summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sat-solver
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/sat-solver
parenta5cf5ebd4a3d91667cd40e5d751b91facab16155 (diff)
downloadast2050-yocto-poky-887993a7b2fb913e824871461cb81039b8836ee3.zip
ast2050-yocto-poky-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/sat-solver')
-rw-r--r--meta/recipes-extended/sat-solver/sat-solver_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/sat-solver/sat-solver_git.bb b/meta/recipes-extended/sat-solver/sat-solver_git.bb
index 0d9a439..b616c57 100644
--- a/meta/recipes-extended/sat-solver/sat-solver_git.bb
+++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb
@@ -8,7 +8,7 @@ DEPENDS = "libcheck rpm zlib expat db"
SRCREV = "0a7378d5f482f477a01cf1690d76871ab8bdcc32"
PV = "0.0-git${SRCPV}"
-PR = "r11"
+PR = "r12"
PARALLEL_MAKE=""
@@ -29,6 +29,8 @@ EXTRA_OECMAKE += " -DLIB=${@os.path.basename('${libdir}')}"
inherit cmake pkgconfig
+RDEPENDS_${PN} = "rpm-libs"
+
PACKAGE_ARCH = "${MACHINE_ARCH}"
do_archgen () {
OpenPOWER on IntegriCloud