summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-1fb94b77f833e612cbd75e71ac21e434c8cd9c56.tar.gz
openembedded-core-1fb94b77f833e612cbd75e71ac21e434c8cd9c56.tar.bz2
openembedded-core-1fb94b77f833e612cbd75e71ac21e434c8cd9c56.tar.xz
openembedded-core-1fb94b77f833e612cbd75e71ac21e434c8cd9c56.zip
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 000000000..b14325ae4
--- /dev/null
+++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Sat Solver"
+HOMEPAGE = "http://en.opensue.org/Portal:Libzypp"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
+
+DEPENDS = "libcheck rpm zlib expat"
+
+PV = "0.0-git${SRCPV}"
+PR = "r0"
+
+SRCREV = "aa799f7bae0ec055e0e527203635001bb7346dbc"
+
+SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \
+ file://cmake.patch \
+ file://rpm5.patch"
+
+S = "${WORKDIR}/git"
+
+inherit cmake pkgconfig