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

[wip/ros-universal-robot] fix PKGNAME

parent 2efa06c5
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,14 @@
#
ROS_PKG= universal_robot
ROS_METAPKG= yes
ROS_VERSION= 1.2.1
ROS_METAPKG= yes
ROS_VERSION= 1.2.1
ROS_REPO= ros-industrial
PKGNAME= $(subst _,-,${ROS_PKG})-${ROS_VERSION}
PKGNAME= ros-$(subst _,-,${ROS_PKG})-${ROS_VERSION}
CATEGORIES= wip
ROS_COMMENT= ROS-Industrial Universal Robot meta-package
ROS_COMMENT= ROS-Industrial Universal Robot meta-package
include ../../meta-pkgs/ros-base/Makefile.common
......
......@@ -3,20 +3,20 @@
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
UNIVERSAL_ROBOT_DEPEND_MK:= ${UNIVERSAL_ROBOT_DEPEND_MK}+
ROS_UNIVERSAL_ROBOT_DEPEND_MK:= ${ROS_UNIVERSAL_ROBOT_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= ros-universal-robot
endif
ifeq (+,$(UNIVERSAL_ROBOT_DEPEND_MK)) # --------------------------------------
ifeq (+,$(ROS_UNIVERSAL_ROBOT_DEPEND_MK)) # --------------------------------------
include ../../meta-pkgs/ros-base/depend.common
PREFER.ros-universal-robot?= ${PREFER.ros-base}
SYSTEM_PREFIX.ros-class-loader?=${SYSTEM_PREFIX.ros-base}
PREFER.ros-universal-robot?= ${PREFER.ros-base}
SYSTEM_PREFIX.ros-universal-robot?= ${SYSTEM_PREFIX.ros-base}
DEPEND_USE+= ros-universal-robot
ROS_DEPEND_USE+= ros-universal-robot
DEPEND_USE+= ros-universal-robot
ROS_DEPEND_USE+= ros-universal-robot
DEPEND_ABI.ros-universal-robot?= ros-universal-robot>=1.2.1
DEPEND_DIR.ros-universal-robot?= ../../wip/ros-universal-robot
......@@ -24,6 +24,6 @@ DEPEND_DIR.ros-universal-robot?= ../../wip/ros-universal-robot
SYSTEM_SEARCH.ros-universal-robot=\
'share/universal_robot/package.xml:<version>/s/[^0-9.]//gp'
endif # UNIVERSAL_ROBOT_DEPEND_MK --------------------------------------------
endif # ROS_UNIVERSAL_ROBOT_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
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