summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sat-solver/sat-solver_git.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-05 20:24:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:09:04 +0100
commitf73fe920a12e08bff09ebd990ba81438c7f99c19 (patch)
treee502cce931946b6dcc0ee77056afa7ff7aad0757 /meta/recipes-extended/sat-solver/sat-solver_git.bb
parent22d6a1384929a7a0ba01a7b330200665f96f0e5b (diff)
downloadpoky-f73fe920a12e08bff09ebd990ba81438c7f99c19.tar.gz
sat-solver: fix compilation issue with gcc 4.6.0
(From OE-Core rev: 34725742939ba62def75c4c505c099dde19565fb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.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.bb5
1 files changed, 4 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 a174e76085..c608bb7cc2 100644
--- a/meta/recipes-extended/sat-solver/sat-solver_git.bb
+++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb
@@ -8,7 +8,9 @@ DEPENDS = "libcheck rpm zlib expat db"
8 8
9SRCREV = "0a7378d5f482f477a01cf1690d76871ab8bdcc32" 9SRCREV = "0a7378d5f482f477a01cf1690d76871ab8bdcc32"
10PV = "0.0-git${SRCPV}" 10PV = "0.0-git${SRCPV}"
11PR = "r9" 11PR = "r10"
12
13PARALLEL_MAKE=""
12 14
13SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \ 15SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \
14 file://sat-solver_rpm5.patch \ 16 file://sat-solver_rpm5.patch \
@@ -16,6 +18,7 @@ SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \
16 file://cmake.patch \ 18 file://cmake.patch \
17 file://db5.patch \ 19 file://db5.patch \
18 file://sat-solver_core.patch \ 20 file://sat-solver_core.patch \
21 file://fix_gcc-4.6.0_compile_issue.patch \
19 " 22 "
20 23
21S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"