diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-01-29 07:16:44 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-29 07:16:44 -0800 |
commit | ffd12fc476d6061ba1e019a1e789cf1a2d3c82e6 (patch) | |
tree | 5ea18e8f6ae4d328f6194bf42da5717d7debfec5 /meta | |
parent | 78569af50165c3b0c3650cd38c101e000b61f724 (diff) | |
download | poky-ffd12fc476d6061ba1e019a1e789cf1a2d3c82e6.tar.gz |
sat-solver: Add db as DEPENDS and bump PR
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/sat-solver/sat-solver_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/sat-solver/sat-solver_git.bb b/meta/recipes-extended/sat-solver/sat-solver_git.bb index 2e5f151608..8cf7eec94e 100644 --- a/meta/recipes-extended/sat-solver/sat-solver_git.bb +++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb | |||
@@ -4,10 +4,10 @@ HOMEPAGE = "http://en.opensue.org/Portal:Libzypp" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" |
6 | 6 | ||
7 | DEPENDS = "libcheck rpm zlib expat" | 7 | DEPENDS = "libcheck rpm zlib expat db" |
8 | 8 | ||
9 | PV = "0.0-git${SRCPV}" | 9 | PV = "0.0-git${SRCPV}" |
10 | PR = "r2" | 10 | PR = "r3" |
11 | 11 | ||
12 | SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \ | 12 | SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \ |
13 | file://cmake.patch \ | 13 | file://cmake.patch \ |