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
c6837ecbf8.
This commit is contained in:
Lukas Bulwahn 2013-05-24 09:35:40 +02:00
parent 9a4099e86c
commit 0d07506bf4
1 changed files with 1 additions and 1 deletions

View File

@ -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 \