diff options
Diffstat (limited to 'meta/recipes-extended/sat-solver/sat-solver_git.bb')
-rw-r--r-- | meta/recipes-extended/sat-solver/sat-solver_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-extended/sat-solver/sat-solver_git.bb b/meta/recipes-extended/sat-solver/sat-solver_git.bb new file mode 100644 index 0000000000..b14325ae44 --- /dev/null +++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "Sat Solver" | ||
2 | HOMEPAGE = "http://en.opensue.org/Portal:Libzypp" | ||
3 | |||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" | ||
6 | |||
7 | DEPENDS = "libcheck rpm zlib expat" | ||
8 | |||
9 | PV = "0.0-git${SRCPV}" | ||
10 | PR = "r0" | ||
11 | |||
12 | SRCREV = "aa799f7bae0ec055e0e527203635001bb7346dbc" | ||
13 | |||
14 | SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \ | ||
15 | file://cmake.patch \ | ||
16 | file://rpm5.patch" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit cmake pkgconfig | ||