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