summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/sat-solver/sat-solver_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-03-16 17:15:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-17 00:08:22 +0000
commit89a5ad96eef411dccea817a6c37cb1e24840fdc1 (patch)
tree0168419b4f3cdcdd434b1614c7a6775933029e99 /meta/recipes-extended/sat-solver/sat-solver_git.bb
parent238a4eb4f4a60e0e0b8d675bb547a423b9a80c9f (diff)
downloadopenembedded-core-89a5ad96eef411dccea817a6c37cb1e24840fdc1.tar.gz
openembedded-core-89a5ad96eef411dccea817a6c37cb1e24840fdc1.tar.bz2
openembedded-core-89a5ad96eef411dccea817a6c37cb1e24840fdc1.tar.xz
openembedded-core-89a5ad96eef411dccea817a6c37cb1e24840fdc1.zip
sat-solver: Fix solution DB generation and general cleanup
Uprev sat-solver to the latest git version. This corrects the solv db generation with RPM5. Refactor the patches for RPM5 support, cleaning up components of the cmake.patch for submission upstream. (Also fix a problem remaining in the upstream with a mismatched function name.) Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-extended/sat-solver/sat-solver_git.bb')
-rw-r--r--meta/recipes-extended/sat-solver/sat-solver_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-extended/sat-solver/sat-solver_git.bb b/meta/recipes-extended/sat-solver/sat-solver_git.bb
index a6519d592..ba5af67f7 100644
--- a/meta/recipes-extended/sat-solver/sat-solver_git.bb
+++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb
@@ -7,12 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
DEPENDS = "libcheck rpm zlib expat db"
PV = "0.0-git${SRCPV}"
-PR = "r5"
+PR = "r6"
SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \
+ file://sat-solver_rpm5.patch \
file://cmake.patch \
- file://rpm5.patch \
- file://rpm5-solvdb.patch \
file://db5.patch \
file://builtin-arch.patch;apply=no \
file://no-builtin-arch.patch;apply=no \
@@ -20,7 +19,7 @@ SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \
S = "${WORKDIR}/git"
-EXTRA_OECMAKE += "-DLIB=lib"
+EXTRA_OECMAKE += "-DLIB=lib -DRPM5=RPM5"
inherit cmake pkgconfig