DRAFT ros-insane.bbclass: Make usable by ROS 2
This commit is contained in:
parent
b1b8fd061e
commit
3e942e77e7
|
@ -4,6 +4,10 @@
|
|||
# https://github.com/ros-planning/moveit/commit/0a7a895bb2ae9e171efa101f354826366fa5eaff
|
||||
INSANE_SKIP_${PN} += "dev-so"
|
||||
|
||||
FILES_${PN} += "\
|
||||
${ros_libdir}/lib*.so.* \
|
||||
FILES_${PN}_prepend_ros1-distro = " \
|
||||
${ros_libdir}/lib*${SOLIBS} \
|
||||
"
|
||||
|
||||
FILES_${PN}_prepend_ros2-distro= " \
|
||||
${libdir}/lib*${SOLIBS} \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue