DRAFT catkin_ros_prefix.bbclass: ROSDISTRO -> ROS_DISTRO

This commit is contained in:
Herb Kuta 2019-03-28 10:32:22 -07:00
parent 9fdeb1c7a6
commit 41d0a3bbb0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ROS_BPN = "${@d.getVar('BPN', True).replace('-', '_')}"
ROS_SPN ?= "${ROS_BPN}"
ROS_SP = "${ROS_SPN}-${PV}"
export ros_prefix = "${base_prefix}/opt/ros/${ROSDISTRO}"
export ros_prefix = "${base_prefix}/opt/ros/${ROS_DISTRO}"
export ros_bindir = "${ros_prefix}/bin"
export ros_libdir = "${ros_prefix}/${baselib}"