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-28 22:05:18 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-31 15:33:01 +0100
commit7178a540b35a4a5e4a5e0546eb0c2207d2033cdf (patch)
treeb785de428b77f1f8449fe71d0c89cd6b24ba7854 /meta/recipes-extended/sat-solver/sat-solver_git.bb
parentb9405ec0591aea3e1f7f3c779860d8e45589b0df (diff)
downloadopenembedded-core-7178a540b35a4a5e4a5e0546eb0c2207d2033cdf.tar.gz
openembedded-core-7178a540b35a4a5e4a5e0546eb0c2207d2033cdf.tar.bz2
openembedded-core-7178a540b35a4a5e4a5e0546eb0c2207d2033cdf.tar.xz
openembedded-core-7178a540b35a4a5e4a5e0546eb0c2207d2033cdf.zip
Fix sat-solver & RPM5 integration issue
From Michael Schroeder, fix the configuration of how RPM5 handles obsoletes within the sat-solver. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 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.bb3
1 files changed, 2 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 ba5af67f7..33bf9392e 100644
--- a/meta/recipes-extended/sat-solver/sat-solver_git.bb
+++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb
@@ -7,10 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
DEPENDS = "libcheck rpm zlib expat db"
PV = "0.0-git${SRCPV}"
-PR = "r6"
+PR = "r7"
SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \
file://sat-solver_rpm5.patch \
+ file://sat-solver_obsolete.patch \
file://cmake.patch \
file://db5.patch \
file://builtin-arch.patch;apply=no \