summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sat-solver/sat-solver_git.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-08-20 11:08:52 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-09-03 18:30:16 -0700
commit1fb94b77f833e612cbd75e71ac21e434c8cd9c56 (patch)
tree1a7ef24e5c06095081cdeff99a641b4eff869ea9 /meta/recipes-extended/sat-solver/sat-solver_git.bb
parent079b70a76ccd8a031b669cd211b17155796740a1 (diff)
downloadpoky-1fb94b77f833e612cbd75e71ac21e434c8cd9c56.tar.gz
sat-solver: added new package
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended/sat-solver/sat-solver_git.bb')
-rw-r--r--meta/recipes-extended/sat-solver/sat-solver_git.bb20
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 @@
1DESCRIPTION = "Sat Solver"
2HOMEPAGE = "http://en.opensue.org/Portal:Libzypp"
3
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
6
7DEPENDS = "libcheck rpm zlib expat"
8
9PV = "0.0-git${SRCPV}"
10PR = "r0"
11
12SRCREV = "aa799f7bae0ec055e0e527203635001bb7346dbc"
13
14SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \
15 file://cmake.patch \
16 file://rpm5.patch"
17
18S = "${WORKDIR}/git"
19
20inherit cmake pkgconfig