Skip to content
Snippets Groups Projects
Commit c880ceba authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/ros18-base] Fix a typo in many depend.mk checking the stack.xml file

parent 85f85b80
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ DEPEND_DIR.ros-gencpp?= ../../wip/ros-gencpp
SYSTEM_SEARCH.ros-gencpp=\
bin/gen_cpp.py \
'share/gencpp/stack.xml:<version>/s/[^0-9.]//gp' \
'share/gencpp/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/gencpp.pc:/Version/s/[^0-9.]//gp'
endif # ROS_GENCPP_DEPEND_MK -----------------------------------------------
......
......@@ -19,8 +19,8 @@ DEPEND_ABI.ros-genlisp?=ros-genlisp>=0.3.3
DEPEND_DIR.ros-genlisp?=../../wip/ros-genlisp
SYSTEM_SEARCH.ros-genlisp=\
bin/gen_lisp.py \
'share/genlisp/stack.xml:<version>/s/[^0-9.]//gp' \
bin/gen_lisp.py \
'share/genlisp/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/genlisp.pc:/Version/s/[^0-9.]//gp'
endif # ROS_GENLISP_DEPEND_MK ----------------------------------------------
......
......@@ -19,7 +19,7 @@ DEPEND_ABI.ros-genmsg?= ros-genmsg>=0.3.10
DEPEND_DIR.ros-genmsg?= ../../wip/ros-genmsg
SYSTEM_SEARCH.ros-genmsg=\
'share/genmsg/stack.xml:<version>/s/[^0-9.]//gp' \
'share/genmsg/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/genmsg.pc:/Version/s/[^0-9.]//gp'
endif # ROS_GENMSG_DEPEND_MK -----------------------------------------------
......
......@@ -19,8 +19,8 @@ DEPEND_ABI.ros-genpy?= ros-genpy>=0.3.4
DEPEND_DIR.ros-genpy?= ../../wip/ros-genpy
SYSTEM_SEARCH.ros-genpy=\
bin/genmsg_py.py \
'share/genpy/stack.xml:<version>/s/[^0-9.]//gp' \
bin/genmsg_py.py \
'share/genpy/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/genpy.pc:/Version/s/[^0-9.]//gp'
endif # ROS_GENPY_DEPEND_MK ------------------------------------------------
......
......@@ -19,7 +19,7 @@ DEPEND_ABI.ros-langs-dev?=ros-langs-dev>=0.1.3
DEPEND_DIR.ros-langs-dev?=../../wip/ros-langs-dev
SYSTEM_SEARCH.ros-langs-dev=\
'share/langs-dev/stack.xml:<version>/s/[^0-9.]//gp' \
'share/langs-dev/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/langs-dev.pc:/Version/s/[^0-9.]//gp'
endif # ROS_LANGS_DEV_DEPEND_MK --------------------------------------------
......
......@@ -19,7 +19,7 @@ DEPEND_ABI.ros-langs?= ros-langs>=0.3.5
DEPEND_DIR.ros-langs?= ../../wip/ros-langs
SYSTEM_SEARCH.ros-langs=\
'share/langs/stack.xml:<version>/s/[^0-9.]//gp' \
'share/langs/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/langs.pc:/Version/s/[^0-9.]//gp'
endif # ROS_LANGS_DEPEND_MK ------------------------------------------------
......
......@@ -22,8 +22,8 @@ SYSTEM_SEARCH.ros-std-msgs=\
include/std_msgs/Int32.h \
'${PYTHON_SYSLIBSEARCH}/std_msgs/msg/_Int32.py' \
share/common-lisp/ros/std_msgs/msg/Int32.lisp \
'share/std-msgs/stack.xml:<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/std-msgs.pc:/Version/s/[^0-9.]//gp'
'share/std_msgs/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/std_msgs.pc:/Version/s/[^0-9.]//gp'
endif # ROS_STD_MSGS_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