Skip to content
Snippets Groups Projects
Commit b0ae2bfc authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

Merge pull request #311 from elmi82/master

Generalize construction of ros_prefix and use it consistently
parents 18669794 7836f37b
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ ROS_BPN = "${@d.getVar('BPN', True).replace('-', '_')}"
ROS_SPN ?= "${ROS_BPN}"
ROS_SP = "${ROS_SPN}-${PV}"
export ros_prefix = "/opt/ros/${ROSDISTRO}"
ros_prefix_virtclass-native = "${STAGING_DIR_NATIVE}/opt/ros/${ROSDISTRO}"
export ros_prefix = "${base_prefix}/opt/ros/${ROSDISTRO}"
export ros_bindir = "${ros_prefix}/bin"
export ros_libdir = "${ros_prefix}/${baselib}"
......
......@@ -14,13 +14,14 @@ SRC_URI += "file://0001-CATKIN_WORKSPACES-Don-t-require-.catkin-file.patch"
inherit catkin
FILES_${PN}-dev += "\
${datadir}/eigen/cmake \
${datadir}/ros/cmake \
${prefix}/.catkin \
${prefix}/.rosinstall \
${prefix}/_setup_util.py \
${prefix}/env.sh \
${prefix}/setup.* \
${ros_datadir}/eigen/cmake \
${ros_datadir}/ros/cmake \
${ros_datadir}/.catkin \
${ros_prefix}/.catkin \
${ros_prefix}/.rosinstall \
${ros_prefix}/_setup_util.py \
${ros_prefix}/env.sh \
${ros_prefix}/setup.* \
"
RDEPENDS_${PN}_class-native = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment