20 lines
776 B
BlitzBasic
20 lines
776 B
BlitzBasic
|
DESCRIPTION = "console_bridge is a ROS-independent, pure CMake package that provides logging \
|
||
|
calls that mirror those found in rosconsole, but for applications that are not necessarily using \
|
||
|
ROS."
|
||
|
SECTION = "devel"
|
||
|
LICENSE = "BSD"
|
||
|
LIC_FILES_CHKSUM = "\
|
||
|
file://include/console_bridge/console.h;beginline=1;endline=33;md5=279eed49072cc9f6ebe38974afcc4803 \
|
||
|
file://src/console.cpp;beginline=1;endline=33;md5=279eed49072cc9f6ebe38974afcc4803 \
|
||
|
"
|
||
|
|
||
|
DEPENDS = "boost"
|
||
|
|
||
|
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
||
|
SRC_URI[md5sum] = "061ae26707cc56db1bb80421abf6c3f0"
|
||
|
SRC_URI[sha256sum] = "9145f0f97337fc87b4c062a4bab6874e383dad3a303486b635d31af69ee0d536"
|
||
|
|
||
|
S = "${WORKDIR}/${ROS_SP}"
|
||
|
|
||
|
inherit cmake ros faulty-solibs
|