DRAFT ros_component.bbclass: Add default for new setting ROS_CN

This commit is contained in:
Herb Kuta 2019-05-08 14:25:11 -07:00
parent 07a8f31cff
commit 10dacd8178
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export ROS_VERSION
export ROS_PYTHON_VERSION
ROS_BPN ??= "${@d.getVar('BPN', True).replace('-', '_')}"
ROS_CN ??= "${ROS_BPN}"
ROS_SPN ??= "${ROS_BPN}"
ROS_SP ??= "${ROS_SPN}-${PV}"