DRAFT console-bridge_0.2.7.bb: Drop inherit of "ros"

This component does not need any of the ROS build infrastructure (after
all, it's "ROS independent").
This commit is contained in:
Herb Kuta 2019-05-07 17:43:00 -07:00
parent d17018f974
commit 13a01c901f
1 changed files with 5 additions and 1 deletions

View File

@ -10,10 +10,14 @@ LIC_FILES_CHKSUM = "\
DEPENDS = "boost" DEPENDS = "boost"
ROS_BPN = "console_bridge"
ROS_SPN = "${ROS_BPN}"
ROS_SP = "${ROS_BPN}-${PV}"
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "061ae26707cc56db1bb80421abf6c3f0" SRC_URI[md5sum] = "061ae26707cc56db1bb80421abf6c3f0"
SRC_URI[sha256sum] = "9145f0f97337fc87b4c062a4bab6874e383dad3a303486b635d31af69ee0d536" SRC_URI[sha256sum] = "9145f0f97337fc87b4c062a4bab6874e383dad3a303486b635d31af69ee0d536"
S = "${WORKDIR}/${ROS_SP}" S = "${WORKDIR}/${ROS_SP}"
inherit cmake ros faulty-solibs inherit cmake faulty-solibs