DRAFT ros_component.bbclass: Add default for new setting ROS_CN
This commit is contained in:
parent
b2cde1d0d3
commit
4b41c28df9
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue