class-loader: updated to hydro-devel version 0.2.0
The class-loader 0.2.0 depends on console-bridge via cmake and not via catkin as in version 0.1.28. This resolves issue #79.
This commit is contained in:
parent
3207810b5a
commit
a32f528662
|
@ -12,9 +12,8 @@ LICENSE = "BSD"
|
|||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
SRC_URI = "https://github.com/ros/${ROS_BPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_BP}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "484049d013eb988d654d610babb63ffa"
|
||||
SRC_URI[sha256sum] = "7e0bd2ba6e55de92260fe580792b2ba1793c0b71cc1479d0b63cf56368852eb2"
|
||||
SRC_URI[md5sum] = "b52990244798f849f1c7deb0ef476bd3"
|
||||
SRC_URI[sha256sum] = "a6e02d70e64be816af0424ad67c8bba658ced903a19794b3ebe7c0e7f6785c25"
|
||||
|
||||
DEPENDS = "console-bridge libpoco"
|
||||
|
Loading…
Reference in New Issue