Skip to content
Snippets Groups Projects
Commit 8127eb73 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/backward-ros] use PREFER.ros

parent 4897c9dd
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@ endif
ifeq (+,$(BACKWARD_ROS_DEPEND_MK)) # ---------------------------------
PREFER.backward-ros?= robotpkg
include ../../meta-pkgs/ros-base/depend.common
PREFER.backward-ros?= ${PREFER.ros-base}
SYSTEM_SEARCH.backward-ros=\
'lib/pkgconfig/backward_ros.pc:/Version/s/[^0-9.]//gp' \
......@@ -19,10 +21,8 @@ SYSTEM_SEARCH.backward-ros=\
DEPEND_USE+= backward-ros
DEPEND_ABI.backward-ros?=\
backward-ros>=0.1.4
DEPEND_DIR.backward-ros?=\
../../wip/backward-ros
DEPEND_ABI.backward-ros?= backward-ros>=0.1.4
DEPEND_DIR.backward-ros?= ../../wip/backward-ros
endif # BACKWARD_ROS_DEPEND_MK ---------------------------------------
......
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