DRAFT catkin_ros_prefix.bbclass: ROSDISTRO -> ROS_DISTRO
This commit is contained in:
parent
9fdeb1c7a6
commit
41d0a3bbb0
|
@ -8,7 +8,7 @@ ROS_BPN = "${@d.getVar('BPN', True).replace('-', '_')}"
|
||||||
ROS_SPN ?= "${ROS_BPN}"
|
ROS_SPN ?= "${ROS_BPN}"
|
||||||
ROS_SP = "${ROS_SPN}-${PV}"
|
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_bindir = "${ros_prefix}/bin"
|
||||||
export ros_libdir = "${ros_prefix}/${baselib}"
|
export ros_libdir = "${ros_prefix}/${baselib}"
|
||||||
|
|
Loading…
Reference in New Issue