summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb
index a3444b934c..ad7c8f2a3b 100644
--- a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb
+++ b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb
@@ -1,17 +1,16 @@
1DESCRIPTION = "Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems." 1DESCRIPTION = "Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems."
2AUTHOR = "Sameer Agarwal and Keir Mierle and Others" 2AUTHOR = "Sameer Agarwal and Keir Mierle and Others"
3HOMEPAGE = "http://ceres-solver.org/" 3HOMEPAGE = "http://ceres-solver.org/"
4
5LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=35e00f0c4c96a0820a03e0b31e6416be" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=35e00f0c4c96a0820a03e0b31e6416be"
7 6
7DEPENDS = "libeigen glog"
8
8SRC_URI = "git://github.com/ceres-solver/ceres-solver.git" 9SRC_URI = "git://github.com/ceres-solver/ceres-solver.git"
9SRCREV = "facb199f3eda902360f9e1d5271372b7e54febe1" 10SRCREV = "facb199f3eda902360f9e1d5271372b7e54febe1"
10 11
11S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
12 13
13DEPENDS = "libeigen glog"
14
15inherit cmake 14inherit cmake
16 15
17# Only a static library and headers are created 16# Only a static library and headers are created