2014-08-19 15:09:47 +08:00
|
|
|
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."
|
2013-05-24 20:04:04 +08:00
|
|
|
SECTION = "devel"
|
|
|
|
LICENSE = "BSD"
|
|
|
|
LIC_FILES_CHKSUM = "\
|
2014-08-19 15:09:47 +08:00
|
|
|
file://include/console_bridge/console.h;beginline=1;endline=33;md5=279eed49072cc9f6ebe38974afcc4803 \
|
|
|
|
file://src/console.cpp;beginline=1;endline=33;md5=279eed49072cc9f6ebe38974afcc4803 \
|
2013-05-24 20:04:04 +08:00
|
|
|
"
|
|
|
|
|
|
|
|
DEPENDS = "boost"
|
|
|
|
|
2019-05-08 08:43:00 +08:00
|
|
|
ROS_BPN = "console_bridge"
|
|
|
|
ROS_SPN = "${ROS_BPN}"
|
|
|
|
ROS_SP = "${ROS_BPN}-${PV}"
|
|
|
|
|
2013-08-13 22:12:40 +08:00
|
|
|
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
2019-03-21 00:44:20 +08:00
|
|
|
SRC_URI[md5sum] = "19a7b3ee7e99e41c1abd5c005418f50a"
|
|
|
|
SRC_URI[sha256sum] = "c78f87a05c1b2f299c0c8cc1aa9e0234c7e761aa521e4223ecf7aebd21874437"
|
2013-05-24 20:04:04 +08:00
|
|
|
|
2013-08-13 22:12:40 +08:00
|
|
|
S = "${WORKDIR}/${ROS_SP}"
|
2013-05-24 20:04:04 +08:00
|
|
|
|
2019-03-30 07:26:17 +08:00
|
|
|
inherit cmake
|
2019-03-30 07:21:50 +08:00
|
|
|
|
|
|
|
# For some reason, the cmake subdir is under ${libdir} instead of ${datadir} for this component.
|
|
|
|
FILES_${PN}-dev += "${libdir}/${ROS_BPN}/cmake"
|