From 5423dc16e58152cdb4f95523a3bfa6728a212380 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sun, 19 Mar 2017 15:08:19 +0100 Subject: [PATCH] eigen-stl-containers: updating to 0.1.8 Due to the uodate, this commit also adjusts the LIC_FILES_CHKSUM line to the recent change in package.xml. Signed-off-by: Lukas Bulwahn --- ...tl-containers_0.1.6.bb => eigen-stl-containers_0.1.8.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-ros/eigen-stl-containers/{eigen-stl-containers_0.1.6.bb => eigen-stl-containers_0.1.8.bb} (56%) diff --git a/recipes-ros/eigen-stl-containers/eigen-stl-containers_0.1.6.bb b/recipes-ros/eigen-stl-containers/eigen-stl-containers_0.1.8.bb similarity index 56% rename from recipes-ros/eigen-stl-containers/eigen-stl-containers_0.1.6.bb rename to recipes-ros/eigen-stl-containers/eigen-stl-containers_0.1.8.bb index 33e4df1..23441bb 100644 --- a/recipes-ros/eigen-stl-containers/eigen-stl-containers_0.1.6.bb +++ b/recipes-ros/eigen-stl-containers/eigen-stl-containers_0.1.8.bb @@ -1,13 +1,13 @@ DESCRIPTION = "This package provides a set of typedef's that allow using Eigen datatypes in STL containers." SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5" DEPENDS = "libeigen" SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" -SRC_URI[md5sum] = "fcc3fdda4010f92aa68f926cd3b8bdd0" -SRC_URI[sha256sum] = "24d614921c4ec97f1d5c7905f5e896f1665b2e796c547b4a21504176b4680e47" +SRC_URI[md5sum] = "1c259f56ba08d35e31c8c9126a894e2f" +SRC_URI[sha256sum] = "cf1bcd3253aff0eb032f6d74b9b3c322c99f75ee66bd7034daee8bb2d2a422fc" S = "${WORKDIR}/${ROS_SP}"