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

catkin.bbclass: make ROS_BP composed from ROS_BPN and version

The new definition was the original intention, and the originally
wrong definition happened to slip in.
Initial commit and discussion about the intention is in commit
c6837ecb.
parent 9a4099e8
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ FILES_SOLIBSDEV = ""
FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}"
ROS_BPN = "${@d.getVar('BPN', True).replace('-', '_')}"
ROS_BP = "${BPN}-${PV}"
ROS_BP = "${ROS_BPN}-${PV}"
FILES_${PN} += "\
${prefix}/etc \
......
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