diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-03-28 22:05:18 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-31 22:02:45 +0100 |
commit | 133f7e8cdd5a2b8f205ae1c2128f2e4fb6eb2cf4 (patch) | |
tree | 7ca887c5f82dab8663600648fc2cea3be728ae9d /meta/recipes-extended/sat-solver/sat-solver_git.bb | |
parent | 2ac89c24475e566eb5f83aaeaacaa88f2518d05b (diff) | |
download | poky-133f7e8cdd5a2b8f205ae1c2128f2e4fb6eb2cf4.tar.gz |
Fix sat-solver & RPM5 integration issue
From Michael Schroeder, fix the configuration of how RPM5 handles obsoletes
within the sat-solver.
(From OE-Core rev: 7178a540b35a4a5e4a5e0546eb0c2207d2033cdf)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sat-solver/sat-solver_git.bb')
-rw-r--r-- | meta/recipes-extended/sat-solver/sat-solver_git.bb | 3 |
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 ba5af67f70..33bf9392e2 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" | |||
7 | DEPENDS = "libcheck rpm zlib expat db" | 7 | DEPENDS = "libcheck rpm zlib expat db" |
8 | 8 | ||
9 | PV = "0.0-git${SRCPV}" | 9 | PV = "0.0-git${SRCPV}" |
10 | PR = "r6" | 10 | PR = "r7" |
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://sat-solver_rpm5.patch \ | 13 | file://sat-solver_rpm5.patch \ |
14 | file://sat-solver_obsolete.patch \ | ||
14 | file://cmake.patch \ | 15 | file://cmake.patch \ |
15 | file://db5.patch \ | 16 | file://db5.patch \ |
16 | file://builtin-arch.patch;apply=no \ | 17 | file://builtin-arch.patch;apply=no \ |