mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
ceres-solver: variable cleanup
Reorder recipe variables according to: https://www.openembedded.org/wiki/Styleguide Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
DESCRIPTION = "Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems."
|
||||
AUTHOR = "Sameer Agarwal and Keir Mierle and Others"
|
||||
HOMEPAGE = "http://ceres-solver.org/"
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=35e00f0c4c96a0820a03e0b31e6416be"
|
||||
|
||||
DEPENDS = "libeigen glog"
|
||||
|
||||
SRC_URI = "git://github.com/ceres-solver/ceres-solver.git"
|
||||
SRCREV = "facb199f3eda902360f9e1d5271372b7e54febe1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "libeigen glog"
|
||||
|
||||
inherit cmake
|
||||
|
||||
# Only a static library and headers are created
|
||||
|
||||
Reference in New Issue
Block a user