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