]> code.ossystems Code Review - openembedded-core.git/commitdiff
sat-solver: Add db as DEPENDS and bump PR
authorSaul Wold <sgw@linux.intel.com>
Sat, 29 Jan 2011 15:16:44 +0000 (07:16 -0800)
committerSaul Wold <sgw@linux.intel.com>
Sat, 29 Jan 2011 15:16:44 +0000 (07:16 -0800)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/sat-solver/sat-solver_git.bb

index 2e5f151608675f96965298e4bd0f3eb86e16a472..8cf7eec94ebd8d067d1780098a6478b28d0c0d33 100644 (file)
@@ -4,10 +4,10 @@ HOMEPAGE = "http://en.opensue.org/Portal:Libzypp"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
 
-DEPENDS = "libcheck rpm zlib expat"
+DEPENDS = "libcheck rpm zlib expat db"
 
 PV = "0.0-git${SRCPV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \
            file://cmake.patch \