From ce1828d4e6189a25697e612f6688d4784c51465e Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 11 Feb 2021 19:44:15 +0100 Subject: [PATCH] ceres-solver: update to 2.0.0 License-Update: license of subcomponent was added: https://github.com/ceres-solver/ceres-solver/commits/master/LICENSE Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../{ceres-solver_1.14.0.bb => ceres-solver_2.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/ceres-solver/{ceres-solver_1.14.0.bb => ceres-solver_2.0.0.bb} (92%) diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.0.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb similarity index 92% rename from meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.0.bb rename to meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb index ac463038aa..28d0868c48 100644 --- a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.0.bb +++ b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb @@ -2,12 +2,12 @@ DESCRIPTION = "Ceres Solver is an open source C++ library for modeling and solvi AUTHOR = "Sameer Agarwal and Keir Mierle and Others" HOMEPAGE = "http://ceres-solver.org/" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=35e00f0c4c96a0820a03e0b31e6416be" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bb761279816b72be19d7ce646e4e2a14" DEPENDS = "libeigen glog" SRC_URI = "git://github.com/ceres-solver/ceres-solver.git" -SRCREV = "facb199f3eda902360f9e1d5271372b7e54febe1" +SRCREV = "399cda773035d99eaf1f4a129a666b3c4df9d1b1" S = "${WORKDIR}/git"