From ad9fcd5d2097808199db36c241f639bdc3a3dd0e Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Thu, 28 Mar 2013 11:08:44 +0100 Subject: [PATCH] topic-tools: Corrected md5 hash of license Since its initial contribution in f73e30ae40312ea804a58064f7103c297ba6fa15, the topic-tools had an untested md5 hash for the license check. --- recipes-ros/ros-comm/topic-tools_1.9.41.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/ros-comm/topic-tools_1.9.41.bb b/recipes-ros/ros-comm/topic-tools_1.9.41.bb index d1afb65..c989341 100644 --- a/recipes-ros/ros-comm/topic-tools_1.9.41.bb +++ b/recipes-ros/ros-comm/topic-tools_1.9.41.bb @@ -2,7 +2,7 @@ DESCRIPTION = "rostopic contains the rostopic command-line tool for displaying d ROS Topics, including publishers, subscribers, publishing rate, and ROS Messages." SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=68b329da9893e34099c7d8ad5cb9c940" DEPENDS = "rostest-native roscpp" -- GitLab