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 <stefan@herbrechtsmeier.net>
This commit is contained in:
parent
1238d14f5a
commit
3dcc0d6ba1
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue