From 0d07506bf49c253448fb3ff3bfe86791dcfe7cce Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Fri, 24 May 2013 09:35:40 +0200 Subject: [PATCH] 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 c6837ecbf8d1ea8bd46d59dd3a2832d9b69faaab. --- classes/catkin.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/catkin.bbclass b/classes/catkin.bbclass index a9af7c5..de1634d 100644 --- a/classes/catkin.bbclass +++ b/classes/catkin.bbclass @@ -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 \