From 3dcc0d6ba1e48180ab672f328fc8dc289a9a1c0c Mon Sep 17 00:00:00 2001 From: Stefan Herbrechtsmeier Date: Wed, 27 Feb 2013 14:10:02 +0100 Subject: [PATCH] std-msgs: Correct license checksum The license checksum was never tested before as the do_configure failed until now and do_qa_configure is run after do_configure. Signed-off-by: Stefan Herbrechtsmeier --- recipes-ros/std-msgs/std-msgs_0.5.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/std-msgs/std-msgs_0.5.7.bb b/recipes-ros/std-msgs/std-msgs_0.5.7.bb index b7fdc40..08b5edf 100644 --- a/recipes-ros/std-msgs/std-msgs_0.5.7.bb +++ b/recipes-ros/std-msgs/std-msgs_0.5.7.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Standard ROS Messages including common message types representing For common, generic robot-specific message types, please see common_msgs." SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=5ee5b8b046ae48ad94a2037ca953a67b" DEPENDS = "message-generation genlisp"