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

[wip/ros-swri-string-util] Delete: timeout and broken

parent c96cd01a
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,6 @@ SUBDIR+= ros-swri-math-util
SUBDIR+= ros-swri-nodelet
SUBDIR+= ros-swri-roscpp
SUBDIR+= ros-swri-serial-util
SUBDIR+= ros-swri-string-util
SUBDIR+= ros-universal-robot
SUBDIR+= ros-urdf-geometry-parser
SUBDIR+= ros-warehouse-ros
......
String utility package created at Southwest Reseach Institute's Intelligent Vehicle Systems section for working with Robot Operating System (ROS)
\ No newline at end of file
# robotpkg Makefile for: devel/ros-swri-string-util
# Created: Ellon Paiva Mendes on Thu, 2 Aug 2018
#
ROS_REPO= swri-robotics
ROS_PKG= marti_common
ROS_METAPKG= no
ROS_VERSION= 2.3.0
ROS_COMMENT= Serial utility package created at Southwest Reseach Institute's Intelligent Vehicle Systems section for working with Robot Operating System (ROS)
# We need to set PKGNAME explicitely, otherwise devel/ros-base/Makefile.common
# included below will set it to a name using ROS_PKG
PKGNAME= ros-swri-string-util-${ROS_VERSION}
CATEGORIES= devel
MAINTAINER= laas-infuse@laas.fr
LICENSE= modified-bsd
HOMEPAGE= https://github.com/swri-robotics/marti_common
CONFIGURE_DIRS+= ${WRKSRC}/swri_string_util
include ../../meta-pkgs/ros-base/Makefile.common
include ../../devel/ros-catkin/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Wed Aug 1 13:40:41 UTC 2018
include/swri_string_util/string_util.h
lib/libswri_string_util.so
lib/pkgconfig/swri_string_util.pc
share/swri_string_util/cmake/swri_string_utilConfig-version.cmake
share/swri_string_util/cmake/swri_string_utilConfig.cmake
share/swri_string_util/package.xml
# robotpkg depend.mk for: devel/ros-swri-string-util
# Created: Ellon Paiva Mendes on Thu, 2 Aug 2018
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
ROS_SWRI_STRING_UTIL_DEPEND_MK:= ${ROS_SWRI_STRING_UTIL_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= ros-swri-string-util
endif
ifeq (+,$(ROS_SWRI_STRING_UTIL_DEPEND_MK)) # -------------------------------
include ../../meta-pkgs/ros-base/depend.common
PREFER.ros-swri-string-util?= ${PREFER.ros-base}
SYSTEM_PREFIX.ros-swri-string-util?= ${SYSTEM_PREFIX.ros-base}
DEPEND_USE+= ros-swri-string-util
ROS_DEPEND_USE+= ros-swri-string-util
DEPEND_ABI.ros-swri-string-util?= ros-swri-string-util>=2.3.0
DEPEND_DIR.ros-swri-string-util= ../../wip/ros-swri-string-util
SYSTEM_SEARCH.ros-swri-string-util=\
'include/swri_string_util/string_util.h' \
'lib/libswri_string_util.so' \
'lib/pkgconfig/swri_string_util.pc:/Version/s/[^0-9.]//gp' \
'share/swri_string_util/cmake/swri_string_utilConfig-version.cmake' \
'share/swri_string_util/cmake/swri_string_utilConfig.cmake' \
'share/swri_string_util/package.xml'
endif # ROS_SWRI_STRING_UTIL_DEPEND_MK -------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (ros/marti_common/2.3.0.tar.gz) = 9a11ee2aaef0047d6b205d5568b45afcf805005e
RMD160 (ros/marti_common/2.3.0.tar.gz) = b98c6ce797c0e1b1adc8fdeca5a7dc50da6442b1
Size (ros/marti_common/2.3.0.tar.gz) = 183765 bytes
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